Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [CSPX] >  [Dashboard] >  [GridDimension]
Private  Storage   

class CSPX.Dashboard.GridDimension extends %RegisteredObject, %XML.Adaptor

Defines dimension specification for a Dashboard grid. This class is for internal use only.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Properties
Aggregate AggregateLabel Reverse SeriesList Size
Source

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


Properties

• 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 "".


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.