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

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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8


Summary

Properties
Color Data Instance Label Property
RangeLower RangeUpper ScaleFactor

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


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