ChartSeriesPoint Constructor (Double, Double, SeriesPointStyle) |
Creates a new instance of the ChartSeriesItem class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartSeriesPoint(
double x,
double y,
SeriesPointStyle style
)
Public Sub New (
x As Double,
y As Double,
style As SeriesPointStyle
)
public:
ChartSeriesPoint(
double x,
double y,
SeriesPointStyle^ style
)
new :
x : float *
y : float *
style : SeriesPointStyle -> ChartSeriesPoint
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- style
- Type: Kettic.AspNet.Controls.ChartModel.StylesSeriesPointStyle
See Also