Skip to main content

CSPX.Dashboard.GridSeries

class CSPX.Dashboard.GridSeries extends %Library.RegisteredObject, %XML.Adaptor

Defines a data series for a Dashboard grid This class is for internal use only.

Property Inventory

Properties

property Data as %String (MAXLEN = 10000, XMLPROJECTION = "NONE");
(Internal) Holder for initial data for series.
Property methods: DataDisplayToLogical(), DataGet(), DataIsValid(), DataLogicalToDisplay(), DataLogicalToOdbc(), DataNormalize(), DataSet()
property Instance as %String (MAXLEN = 128, XMLPROJECTION = "ATTRIBUTE");
(Optional) Metric instance name providing the data for this series.
Property methods: InstanceDisplayToLogical(), InstanceGet(), InstanceIsValid(), InstanceLogicalToDisplay(), InstanceLogicalToOdbc(), InstanceNormalize(), InstanceSet()
property Label as %String (MAXLEN = 128, XMLPROJECTION = "ATTRIBUTE");
Label displayed for this series; If not specified, Property is used.
Property methods: LabelDisplayToLogical(), LabelGet(), LabelIsValid(), LabelLogicalToDisplay(), LabelLogicalToOdbc(), LabelNormalize(), LabelSet()
property Property as %String (MAXLEN = 128, XMLPROJECTION = "ATTRIBUTE");
Metric property providing the metric for this series. The Metric class is defined by the grid.
Property methods: PropertyDisplayToLogical(), PropertyGet(), PropertyIsValid(), PropertyLogicalToDisplay(), PropertyLogicalToOdbc(), PropertyNormalize(), PropertySet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab