class CSPX.Dashboard.Speedometer
extends Meter
SVG-based Speedometer meter for Dashboard.
property OdometerProperty
as %String(MAXLEN=64,XMLPROJECTION="ATTRIBUTE");
Optional source (property name) for the odometer displayed within the speedometer.
method GenerateCode(pCode As %CharacterStream, pLevel As %Integer = 1)
as %Status
Called by Dashboard class to generate code to
create an instance of this object.
The object instance is called tMeter.
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