The ChartSeries type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ChartSeries | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ChartType |
Gets or sets the ChartType for this series.
| |
| Count |
Gets the number of items in the series.
| |
| HasPartialItem | ||
| LineSize |
Gets or sets the size of the line plotted on the chart. Only valid if the chart type is LineChart.
| |
| PartialItem | ||
| SeriesBorderColor |
Gets or sets the Color of the plotted series border color. This is
mostly used for bar charts as opposed to line charts
which would just use the "SeriesColor" property
| |
| SeriesColor |
Gets or sets the color of this series as it will be plotted on the chart.
| |
| seriesColorName |
Internal use.
| |
| SeriesLineType |
Gets or sets the line type that is plotted for this chart series. Only valid if the chart type is LineChart.
| |
| SeriesName |
Gets or sets the user defined name of this chart series.
|