Click or drag to resize
ChartSeriesSetPointColor Method
Sets a new color to 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 SetPointColor(
	int pointIndex,
	Color newColor
)

Parameters

pointIndex
Type: SystemInt32
Index of point to change colo
newColor
Type: System.DrawingColor
New color of point
See Also