Name | Value | Description | |||
exSerieIndex | 1 |
Returns the 0-based index of the series (equivalent of Index
property)
(long expression) | |||
exSeriePosition | 2 |
Gets/sets the position (order) of the series in the chart (equivalent of Position
property)
(long expression) | |||
exSerieData | 3 |
Contains the actual data values for the series (equivalent of Data
property)
(array or string expression) | |||
exSerieName | 4 |
Name displayed in the legend (equivalent of Name
property)
(string expression) | |||
exSerieKey | 5 |
Identifier/key for the series (used for programmatic lookup) (equivalent of Key
property)
(variant expression) | |||
exSerieVertical | 6 |
Whether the series is displayed vertically (vs. horizontally) (equivalent of Vertical
property)
(boolean expression) | |||
exSerieVisible | 7 |
Controls series visibility in the chart (still shown in legend) (equivalent of
Visible property)
(boolean expression) | |||
exSerieType | 8 |
Defines how data is represented (bar, line, area, etc.) (equivalent of Type
property)
(string expression) | |||
exSerieAxis | 9 |
Name of the value axis this series uses (equivalent of Axis
property)
(string expression) | |||
exSerieShowValue | 10 |
Controls visibility of value-points, lines, and labels (equivalent of ShowValue
property)
(ShowValueEnum expression) | |||
exSerieValueFormat | 11 |
Expression to format displayed values (when the ShowValue
property includes exValue flag) (equivalent of ValueFormat
property)
(string expression) | |||
exSerieStack | 12 |
Defines stacking behavior/group. Same value indicates the same stack group (equivalent of
Stack property)
(string expression) | |||
exSerieStyle | 13 |
Defines how values are connected (line style, step, spline, etc.) (equivalent of
Style property)
(SerieStyleEnum expression) | |||
exSerieCursorFormat | 14 |
Tooltip format for crosshair cursor hover (equivalent of CursorFormat
property)
(string expression) | |||
exSerieLegendFormat | 15 |
Customizes label format shown in the legend (equivalent of LegendFormat
property)
(string expression) | |||
exSerieColor | 16 |
Defines the color for the series (may support named colors or RGB) (equivalent of
Color property)
(variant expression) | |||
exSerieMisc | 17 | Reserved | |||
exSerieUserData | 18 |
Specifies any additional extra data to be associated with newly added series (equivalent of
UserData property)
(variant expression) |