IChartSeries Members
Implements the chart series settings.Properties
| Name | Description |
|---|---|
| Axis | Gets the series axis. |
| BreakOnEmptyPoints | Gets whether the series should break on points with null values. |
| Color | Gets the series color. |
| Data | Returns source data that is used to create the series. |
| Name | Specifies the name of the chart series. Inherited from IChartSeriesBase. |
| Pane | Gets the pane that displays the series. |
| Stack | Gets the Stack name to display it in the tooltip. |
| Visible | Specifies whether the chart series is visible. Inherited from IChartSeriesBase. |
See Also