Click or drag to resize
ChartSeries Methods

The ChartSeries type exposes the following members.

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