class CSPX.Dashboard.ChartSeries
extends %RegisteredObject, %XML.Adaptor
Defines a series for a Dashboard chart. This class is for internal use only.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
8
|
|
|
|
|
|
property Color
as %String(MAXLEN=50,XMLPROJECTION="ATTRIBUTE");
SVG Color used to display this series.
property Data
as %String(MAXLEN=10000,XMLPROJECTION="NONE");
Holder for initial data for series.
property Instance
as %String(MAXLEN=128,XMLPROJECTION="ATTRIBUTE");
(Optional) Metric instance name providing the data for this series.
property Label
as %String(MAXLEN=128,XMLPROJECTION="ATTRIBUTE");
Label displayed for this series; If not specified, Property
is used.
property Property
as %String(MAXLEN=128,XMLPROJECTION="ATTRIBUTE");
Metric property providing the metric for this series.
The Metric class is defined by the chart.
property RangeLower
as %Float(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
Lower range value for this series. Only used if
the chart has SharedScale set to false.
property RangeUpper
as %Float(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 100 ];
Upper range value for this series. Only used if
the chart has SharedScale set to false.
property ScaleFactor
as %Float(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 1 ];
Scale factor for this series. Only used if
the chart has SharedScale set to false.