Click or drag to resize

IntensitySeriesBaseGetDataColor Method

LightningChart .NET Help
Get Data array color

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public Color GetDataColor(
	int columnIndex,
	int rowIndex
)

Parameters

columnIndex
Type: SystemInt32
Column index of Data array
rowIndex
Type: SystemInt32
Row index of Data array

Return Value

Type: Color
Color. If invalid index is given, returns Color.Black.
See Also