ChartSeries Methods |
The ChartSeries type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddPoint(Double) |
Adds a new series point with specified value to the series
|
![]() |
AddPoint(ChartSeriesPoint) |
Adds a series item(s) to the series.
|
![]() |
AddPoint(ListChartSeriesPoint) |
Adds a series point list to the series.
|
![]() |
AddPoint(ChartSeriesPointCollection) |
Adds a series point to the series.
|
![]() |
AddPoint(Double, String) |
Adds a new series point with specified value and label to the series.
|
![]() |
AddPoint(ChartSeriesPoint, ChartSeriesPoint) |
Adds a series point to the series.
|
![]() |
AddPoint(Double, String, Color) |
Adds a new series point with specified value, label and color to the series.
|
![]() |
AddPoint(Double, String, Color, Boolean) |
Adds a new series point with specified value, label, color and explosion to the series.
|
![]() |
Clear |
Clears all series items from the data series.
|
![]() |
ClearDataBoundState |
Removes all data binding from series
|
![]() |
CloneSeries |
Clone all series points
|
![]() |
RemovePoint(Int32) |
Removes the series point in specified index.
|
![]() |
RemovePoint(Int32, Int32) |
Removes a series point from the series.
|
![]() |
RemovePoint(ChartSeriesPoint, ChartSeriesPoint) |
Removes a series point from the series.
|
![]() |
SetColors |
Sets new colors to replace all the series points
|
![]() |
SetExplodes |
Sets exploded statuses to replace all the series points
|
![]() |
SetLabels |
Sets new labels to replace all the series points
|
![]() |
SetPointColor |
Sets a new color to the series point in specified index.
|
![]() |
SetPointExplode |
Sets a new explode status for the series point in specified index.
|
![]() |
SetPointLabel |
Sets a new label for the series point in specified index.
|
![]() |
SetPoints |
Sets new SeriesPoints objects to replace all the series points
|
![]() |
SetPointValue |
Sets a new value for the series point in specified index.
|
![]() |
SetValues |
Sets new values to replace all the series points
|
![]() |
ToString |
Overridden
(Overrides StateManagerBase.ToString.) |