
The Serie object supports the following properties and method:


| Name | Description | |||
| Axis | Specifies the name of the value axis to use | |||
| Color | Defines the color for an individual serie | |||
| CursorFormat | Specifies an expression to customize the tooltips to display, when the crosshair cursor hovers the charts of the series | |||
| Data | Specifies the values of the serie | |||
| Index | Returns the index of the serie (0-based) | |||
| Key | Specifies the identifier/key of the serie | |||
| LegendFormat | Specifies an expression to customize the serie's label to show on the legend | |||
| Misc | Defines the serie's miscellaneous options | |||
| Name | Specifies the name of the chart serie which is visible in the legend | |||
| Position | Retrieves or sets a value that indicates the position of the serie | |||
| ShowValue | Shows or hides the serie's value-points, value-lines and values | |||
| Stack | Specifies whether the serie is stacked (same value for multiple series of the same type indicates same stacking-group) | |||
| Style | Indicates the way the values of the serie get connected | |||
| Type | Specifies the type of the serie (the way the data is represented) | |||
| UserData | Specifies additional data associated with the serie. | |||
| ValueFormat | Specifies the expression to customize the values to display on the chart (showValue property includes the exValue) | |||
| ValuePoint | Specifies the appearance of a serie's value-points, including size, color, frame color, line size and length, and background color, frame color, size, and padding, using a comma to separate each attribute. | |||
| Vertical | Specifies whether the serie is showing the data vertically or horizontally | |||
| Visible | Shows or hides the serie within the chart-view (it is still visible within the legend) |