CSPX.Dashboard.GridDimension
class CSPX.Dashboard.GridDimension extends %Library.RegisteredObject, %XML.Adaptor
Defines dimension specification for a Dashboard grid. This class is for internal use only.Property Inventory
Properties
property Aggregate as %String (MAXLEN = 50, XMLPROJECTION = "ATTRIBUTE");
Optional: Name of aggregate function to apply along this dimension.
Property methods: AggregateDisplayToLogical(), AggregateGet(), AggregateIsValid(), AggregateLogicalToDisplay(), AggregateLogicalToOdbc(), AggregateNormalize(), AggregateSet()
property AggregateLabel as %String (MAXLEN = 50, XMLPROJECTION = "ATTRIBUTE");
Optional: Label to apply for aggregate function row or column.
Property methods: AggregateLabelDisplayToLogical(), AggregateLabelGet(), AggregateLabelIsValid(), AggregateLabelLogicalToDisplay(), AggregateLabelLogicalToOdbc(), AggregateLabelNormalize(), AggregateLabelSet()
property Reverse as %Boolean (XMLPROJECTION = "ATTRIBUTE");
Optional: Show data for this dimension in reverse order
Property methods: ReverseDisplayToLogical(), ReverseGet(), ReverseIsValid(), ReverseLogicalToDisplay(), ReverseLogicalToXSD(), ReverseNormalize(), ReverseSet(), ReverseXSDToLogical()
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 methods: SeriesListBuildValueArray(), SeriesListCollectionToDisplay(), SeriesListCollectionToOdbc(), SeriesListDisplayToCollection(), SeriesListGet(), SeriesListGetObject(), SeriesListGetObjectId(), SeriesListGetSwizzled(), SeriesListIsValid(), SeriesListOdbcToCollection(), SeriesListSet(), SeriesListSetObject(), SeriesListSetObjectId()
property Size as %Integer (MINVAL = 0, XMLPROJECTION = "ATTRIBUTE");
Optional: number of cells to display for data along this dimension.
Property methods: SizeDisplayToLogical(), SizeGet(), SizeIsValid(), SizeLogicalToDisplay(), SizeNormalize(), SizeSet(), SizeXSDToLogical()
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 "".
Property methods: SourceDisplayToLogical(), SourceGet(), SourceIsValid(), SourceLogicalToDisplay(), SourceLogicalToOdbc(), SourceNormalize(), SourceSet()
Inherited Members
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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()