Click or drag to resize
ChartSeriesSet Methods

The ChartSeriesSet type exposes the following members.

Methods
  Name Description
Public method Add
Add ChartSeries
(Overrides ChartingStateManagedCollectionTAdd(T).)
Public method ClearDataBoundState
Removes data binding links from series
Public method ClearPoints
Removes all points in series
Public method GetFilteredSeriesBaxisYY
Gets all series by the given Y ChartAxis
Public method GetMaxPointsCount
Returns the number of points in the longest data series.
Public method GetMaxYValue
Gets the maximal Y value in all series.
Public method GetMinYValue
Gets the minimal Y value in all series.
Public method GetSeries
Returns a reference to the ChartsSereis object at the specified index.
Public method GetSeriesByName
Gets series throuth name
Public method Insert
Insert ChartSeries in collection at the specific position
(Overrides ChartingStateManagedCollectionTInsert(Int32, T).)
Public method InsertSeries
Insert ChartSeries in collection at the specific position
Public method RemoveSeries
Removes the all data series
Top
See Also