ChartSeries Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartSeries type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChartSeries |
Creates a new instance of ChartSeries class.
|
![]() | ChartSeries(String) |
Creates a new instance of ChartSeries class with given name
|
![]() | ChartSeries(ChartSeriesSet) |
Creates a new instance of ChartSeries class.
|
![]() | ChartSeries(String, ChartSeriesView) |
Creates a new instance of ChartSeries class with given name and type.
|
![]() | ChartSeries(String, ChartSeriesView, ChartSeriesSet) |
Creates a new instance of ChartSeries class.
|
![]() | ChartSeries(String, ChartSeriesView, ChartSeriesSet, ChartAxisYType, SeriesStyle) |
Creates a new instance of ChartSeries class.
|
![]() | ChartSeries(String, ChartSeriesView, ChartSeriesSet, ChartAxisYType, SeriesStyle, String, String, String, String, String, String, String) |
Creates a new instance of ChartSeries class.
|
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.) |
Name | Description | |
---|---|---|
![]() | ActiveRegionAttributes |
Attributes for active regions
|
![]() | ActiveRegionToolTip |
Tooltip for active regions
|
![]() | ActiveRegionUrl |
Url for active regions
|
![]() | AxisYType |
Y Axis type in series(main axis Y or secondary Y axis)
|
![]() | BackgroundComplexSettings |
Complex set of a variety of color fill
|
![]() | BackgroundFillMode |
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
|
![]() | BackgroundGradientMode |
Specifies the Linear gradient fill mode
|
![]() | BackgroundMainColor |
Gets or sets the background main color of the data series.
|
![]() | BackgroundSecondColor |
Gets or sets the the background second color of the data series.
|
![]() | DataArgumentField |
Data field with series X value bound
|
![]() | DataArgumentField2 |
Data field with series X2 value bound
|
![]() | DataLabelsField |
Data field for labels
|
![]() | DataValueField |
Data field with series Y value bound
|
![]() | DataValueField2 |
Data field with series Y2 value bound
|
![]() | DataValueField3 |
Data field with series Y3 value bound(for ChartSeriesView.Candle).
|
![]() | DataValueField4 |
Data field with series Y4 value bound(for ChartSeriesView.Candle).
|
![]() | DefaultLabelValue |
The default value for the series labels.
|
![]() | Diagram |
Diagram for series drawing
|
![]() | Index |
Series index in the series parent element
|
![]() | IsActiveRegion | Gets or sets a boolean value indicates whether the region is active. |
![]() | IsDataBound |
Gets or sets a boolean value indicates whether the series is bound data
|
![]() | Item |
Gets series point in specified index.
|
![]() | Name |
Gets or sets the name of series.
|
![]() | Parent |
Parent element for series
|
![]() | Points |
Gets a collection of series points.
|
![]() | ShowPointsLabels |
Gets or sets a boolean value indicates whether display the points labels
|
![]() | StyleSet |
Specifies the visual appearance of series items.
|
![]() | View |
Gets or sets the view of the series.
|
![]() | Visible | Specifies whether to render the series or not. |