ChartSeriesPoint Constructor (Double, Double) |
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
)
Public Sub New (
x As Double,
y As Double
)
public:
ChartSeriesPoint(
double x,
double y
)
new :
x : float *
y : float -> ChartSeriesPoint
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
See Also