Click or drag to resize
ChartSeriesRemovePoint Method (Int32, Int32)
Removes a series point from the series.

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 void RemovePoint(
	int index,
	params int[] indexes
)

Parameters

index
Type: SystemInt32
Remove point in this index position
indexes
Type: SystemInt32
Remove points in theses index positions
See Also