Skip to main content

CSPX.Dashboard.Smiley

class CSPX.Dashboard.Smiley extends CSPX.Dashboard.Meter

SVG-based Smiley Face meter for Dashboard.

Property Inventory

Method Inventory

Parameters

parameter HEIGHT = 50;
Minimum height, in logical units, of this meter.
parameter WIDTH = 50;
Minimum width, in logical units, of this meter.

Properties

property Height as %Integer (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 100 ];
Override to change default
Property methods: HeightDisplayToLogical(), HeightGet(), HeightIsValid(), HeightLogicalToDisplay(), HeightNormalize(), HeightXSDToLogical()
property Width as %Integer (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 100 ];
Override to change default
Property methods: WidthDisplayToLogical(), WidthGet(), WidthIsValid(), WidthLogicalToDisplay(), WidthNormalize(), WidthXSDToLogical()

Methods

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()
Inherited description: Draw the style section of this SVG meter

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab