Click or drag to resize
ChartSeriesSet Class
Series collection
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelChartingStateManagedCollectionChartSeries
    Kettic.AspNet.Controls.ChartModelChartSeriesSet

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ChartSeriesSet : ChartingStateManagedCollection<ChartSeries>

The ChartSeriesSet type exposes the following members.

Constructors
  NameDescription
Public methodChartSeriesSet
Creates a new instance of the ChartSeriesSet class.
Public methodChartSeriesSet(ChartEntity)
Creates a new instance of the ChartSeriesSet class.
Top
Methods
  NameDescription
Public methodAdd
Add ChartSeries
(Overrides ChartingStateManagedCollectionTAdd(T).)
Public methodClearDataBoundState
Removes data binding links from series
Public methodClearPoints
Removes all points in series
Public methodGetFilteredSeriesBaxisYY
Gets all series by the given Y ChartAxis
Public methodGetMaxPointsCount
Returns the number of points in the longest data series.
Public methodGetMaxYValue
Gets the maximal Y value in all series.
Public methodGetMinYValue
Gets the minimal Y value in all series.
Public methodGetSeries
Returns a reference to the ChartsSereis object at the specified index.
Public methodGetSeriesByName
Gets series throuth name
Public methodInsert
Insert ChartSeries in collection at the specific position
(Overrides ChartingStateManagedCollectionTInsert(Int32, T).)
Public methodInsertSeries
Insert ChartSeries in collection at the specific position
Public methodRemoveSeries
Removes the all data series
Top
Properties
See Also