Click or drag to resize
ChartSeriesPoint Constructor (Double, Double, Double, Double)
Creates a new instance of the ChartSeriesItem class.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ChartSeriesPoint(
	double x,
	double y,
	double x2,
	double y2
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
x2
Type: SystemDouble
y2
Type: SystemDouble
See Also