| ChartSeriesPoint Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartSeriesPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartSeriesPoint |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesPoint(Boolean) |
Creates a new instance of the empty ChartSeriesItem class.
| |
| ChartSeriesPoint(Double) |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesPoint(ChartSeries) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesPoint(Double, Double) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesPoint(Double, String) |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesPoint(Double, Double, SeriesPointStyle) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesPoint(Double, String, Color) |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesPoint(Double, Double, Double, Double) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesPoint(Double, String, Color, Boolean) |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesPoint(Double, Double, Double, Double, Double, Double) | Creates a new instance of the ChartSeriesItem class. |
| Name | Description | |
|---|---|---|
| ActiveRegion |
Gets or sets Active region
| |
| Argument |
Main X value
| |
| Argument2 |
X2 value of series point
| |
| Index |
Index of point in series collection
| |
| IsEmpty |
Whether the series point's value is empty
| |
| Label |
Item label
| |
| Name |
Series point name
| |
| Parent |
Parent element of series point
| |
| PointAppearance |
Point appearance settings
| |
| StyleSet |
Link to visualization and design properties
| |
| Value |
Y value of series point
| |
| Value2 |
Y2 value of series point
| |
| Value3 |
Y3 value of series point(for ChartSeriesView.Candle).
| |
| Value4 |
Y4 value of series point(for ChartSeriesView.Candle).
| |
| Visible | Gets or sets a boolean value whether to display the series point |