%DeepSee.Component.dataSeriesDefinition
Class %DeepSee.Component.dataSeriesDefinition Extends %ZEN.Component.object [ System = 3 ]
Defines a chart data series definition within a Dashboard widget definition. This is used by the Widget editor. It is not the saved state of the data series.
Parameters
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/deepsee";
Properties
color
Property color As %String(MAXLEN = 255, XMLPROJECTION = "attribute");
Color for this series.
type
Property type As %String(MAXLEN = 255, XMLPROJECTION = "attribute");
How to display this series ("area","bar","line").
markerShape
Property markerShape As %String(MAXLEN = 255, XMLPROJECTION = "attribute");
Marker for this series ("circle", etc).
yAxisIndex
Property yAxisIndex As %Integer(MINVAL = 0, XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
yAxis (0-based) to use for this series.
hasLegend
Property hasLegend As %Boolean(XMLPROJECTION = "attribute") [ InitialExpression = 1 ];
If false, do not include this series in the chart legend.