class CSPX.Dashboard.GridDimension
extends %RegisteredObject, %XML.Adaptor
Defines dimension specification for a Dashboard grid. This class is for internal use only.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
6
|
|
|
|
|
|
property Aggregate
as %String(MAXLEN=50,XMLPROJECTION="ATTRIBUTE");
Optional: Name of aggregate function to apply along this dimension.
property AggregateLabel
as %String(MAXLEN=50,XMLPROJECTION="ATTRIBUTE");
Optional: Label to apply for aggregate function row or column.
property Reverse
as %Boolean(XMLPROJECTION="ATTRIBUTE");
Optional: Show data for this dimension in reverse order
property SeriesList
as list of GridSeries(XMLNAME="Series",XMLPROJECTION="ELEMENT");
Optional collection of Series definitions for this grid dimension.
If Series are defined the Property defined for this chart is ignored.
property Size
as %Integer(MINVAL=0,XMLPROJECTION="ATTRIBUTE");
Optional: number of cells to display for data along this dimension.
property Source
as %String(MAXLEN=20,VALUELIST=",series,instances,history",XMLPROJECTION="ATTRIBUTE");
Source of data for this this dimension: this can be
"series", "instances","history" or "".