Series Properties
Represents an individual series within a chart control.| Name | Description |
|---|---|
| ActualView | Gets the actual view of a series. |
| Data | Gets or sets an object that defines how data should be supplied for this series. |
| DisplayName | Gets or sets the display name of the series. |
| ShowInLegend | Gets or sets a value that specifies whether the series should be represented in a chart control’s legend. |
| View | Gets or sets the view type of the series. |
| Visible | Gets or sets whether the series is visible. |
See Also