| ChartSeriesSet Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartSeriesSet type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartSeriesSet | Creates a new instance of the ChartSeriesSet class. | |
| ChartSeriesSet(ChartEntity) |
Creates a new instance of the ChartSeriesSet class.
|
| Name | Description | |
|---|---|---|
| Add |
Add ChartSeries
(Overrides ChartingStateManagedCollectionTAdd(T).) | |
| ClearDataBoundState |
Removes data binding links from series
| |
| ClearPoints |
Removes all points in series
| |
| GetFilteredSeriesBaxisYY |
Gets all series by the given Y ChartAxis
| |
| GetMaxPointsCount |
Returns the number of points in the longest data series.
| |
| GetMaxYValue |
Gets the maximal Y value in all series.
| |
| GetMinYValue |
Gets the minimal Y value in all series.
| |
| GetSeries |
Returns a reference to the ChartsSereis object at the specified index.
| |
| GetSeriesByName |
Gets series throuth name
| |
| Insert |
Insert ChartSeries in collection at the specific position
(Overrides ChartingStateManagedCollectionTInsert(Int32, T).) | |
| InsertSeries |
Insert ChartSeries in collection at the specific position
| |
| RemoveSeries |
Removes the all data series
|
| Name | Description | |
|---|---|---|
| Item |
Gets a ChartSeries in specified index
(Overrides ChartingStateManagedCollectionTItemInt32.) | |
| Parent |
Parent element of chart series
| |
| ShowSeriesPointsLabels |
Gets or sets a boolean value indicates whether display the labels of series points
|