Click or drag to resize
ChartSeriesSetPointExplode Method
Sets a new explode status for the series point in specified index.

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 SetPointExplode(
	int pointIndex,
	bool exploded
)

Parameters

pointIndex
Type: SystemInt32
Index of point
exploded
Type: SystemBoolean
Shoul be exploded or not
See Also