[]
The ChartSeries element defines the set of data points for one series.
public sealed class ChartSeries : IValidateable
| Name | Description |
|---|---|
| ChartSeries() | Initializes a new instance of the ChartSeries class. |
| Name | Description |
|---|---|
| DataPoints | Gets the data points within the series. |
| DefaultSubtype | Gets default subtype for series. |
| DefaultType | Gets default type for series. |
| PlotType | Gets or sets a value indicating whether the series is plotted as a line in a column chart. If set to Auto, it is plotted per the primary chart type. If set to Line, it is plotted as a line. |
| Subtype | Gets or sets subtype. |
| Type | Gets or sets type. |
| ValueAxisName | Gets or sets name of corresponding value axis. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the information in each property of the ChartSeries object. |