CSPX.Dashboard.Speedometer
class CSPX.Dashboard.Speedometer extends CSPX.Dashboard.Meter
SVG-based Speedometer meter for Dashboard.Property Inventory
Method Inventory
Properties
property OdometerProperty as %String (MAXLEN = 64, XMLPROJECTION = "ATTRIBUTE");
Optional source (property name) for the odometer displayed within the speedometer.
Property methods: OdometerPropertyDisplayToLogical(), OdometerPropertyGet(), OdometerPropertyIsValid(), OdometerPropertyLogicalToDisplay(), OdometerPropertyLogicalToOdbc(), OdometerPropertyNormalize(), OdometerPropertySet()
Methods
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()
Inherited description: Draw the script section of this SVG meter
classmethod OnSVGStyle()
Inherited description: Draw the style section of this SVG meter
Inherited Members
Inherited Properties
- DefList
- Description
- Height
- IsRunning
- Label
- Level
- Link
- MeterId
- Method
- Metric
- Property
- PropertyCount
- RangeLower
- RangeUpper
- ScaleFactor
- ShowLabel
- ThresholdLower
- ThresholdUpper
- Width
- XPos
- YPos
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- GetDefault()
- GetUnits()
- HeightSet()
- OnSVGHead()
- OnSVGInitJS()
- SetClientProperties()
- WidthSet()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()