ChartSeriesSetPointColor Method |
Sets a new color to the series point in specified index.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SetPointColor(
int pointIndex,
Color newColor
)
Public Sub SetPointColor (
pointIndex As Integer,
newColor As Color
)
public:
void SetPointColor(
int pointIndex,
Color newColor
)
member SetPointColor :
pointIndex : int *
newColor : Color -> unit
Parameters
- pointIndex
- Type: SystemInt32
Index of point to change colo - newColor
- Type: System.DrawingColor
New color of point
See Also