class CSPX.Dashboard.Smiley
extends Meter
SVG-based Smiley Face meter for Dashboard.
parameter HEIGHT = 50;
Minimum height, in logical units, of this meter.
parameter WIDTH = 50;
Minimum width, in logical units, of this meter.
property Height
as %Integer(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 100 ];
Override to change default
property Width
as %Integer(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 100 ];
Override to change default
method OnSVGBody()
Draw the body of this SVG meter
classmethod OnSVGDefs()
Draw the defs section of this SVG meter
classmethod OnSVGScript()
Draw the script section of this SVG meter
classmethod OnSVGStyle()
Draw the style section of this SVG meter