constants DefSerieEnum
The DefSerieEnum type provides an identifier for each property of the Serie object. You can use the Def property to set the default value for a specified property when a new series is added. The DefSerieEnum type includes the following values:


NameValueDescription
exSerieIndex1 Returns the 0-based index of the series (equivalent of Index property)

(long expression)

exSeriePosition2 Gets/sets the position (order) of the series in the chart (equivalent of Position property)

(long expression)

exSerieData3 Contains the actual data values for the series (equivalent of Data property)

(array or string expression)

exSerieName4 Name displayed in the legend (equivalent of Name property)

(string expression)

exSerieKey5 Identifier/key for the series (used for programmatic lookup) (equivalent of Key property)

(variant expression)

exSerieVertical6 Whether the series is displayed vertically (vs. horizontally) (equivalent of Vertical property)

(boolean expression)

exSerieVisible7 Controls series visibility in the chart (still shown in legend)  (equivalent of Visible property)

(boolean expression)

exSerieType8 Defines how data is represented (bar, line, area, etc.) (equivalent of Type property)

(string expression)

exSerieAxis9 Name of the value axis this series uses (equivalent of Axis property)

(string expression)

exSerieShowValue10 Controls visibility of value-points, lines, and labels (equivalent of ShowValue property)

(ShowValueEnum expression)

exSerieValueFormat11 Expression to format displayed values (when the ShowValue property includes exValue flag) (equivalent of ValueFormat property)

(string expression)

exSerieStack12 Defines stacking behavior/group. Same value indicates the same stack group (equivalent of Stack property)

(string expression)

exSerieStyle13 Defines how values are connected (line style, step, spline, etc.) (equivalent of Style property)

(SerieStyleEnum expression)

exSerieCursorFormat14 Tooltip format for crosshair cursor hover (equivalent of CursorFormat property)

(string expression)

exSerieLegendFormat15 Customizes label format shown in the legend (equivalent of LegendFormat property)

(string expression)

exSerieColor16 Defines the color for the series (may support named colors or RGB) (equivalent of Color property)

(variant expression)

exSerieMisc17 Reserved
exSerieUserData18 Specifies any additional extra data to be associated with newly added series (equivalent of UserData property)

(variant expression)