Click or drag to resize
ChartSeriesPointCollection Constructor (ChartSeries)
Creates a new instance of the ChartSeriesPointsCollection 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 ChartSeriesPointCollection(
	ChartSeries parent
)

Parameters

parent
Type: Kettic.AspNet.Controls.ChartModelChartSeries
Parent of the collection
See Also