Click or drag to resize

IntensitySeriesBaseSetColorsData Method

LightningChart .NET Help
Sets colors. Doesn't update the Data array contents itself. Very handy to make the chart render fast when the colors are being changed frequently, especially with IntensityGridSeries' PixelRendering mode enabled.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool SetColorsData(
	int[][] colorsArgb,
	IntensityGridValuesDataOrder order
)

Parameters

colorsArgb
Type: SystemInt32
Data. The alignment must be M x N, all rows must be of equal length.
order
Type: Arction.Wpf.ChartingMVVMIntensityGridValuesDataOrder
Jagged array order dimensions order. Is first array dimension columns and second dimension rows, or vice versa.

Return Value

Type: Boolean
Success status.
See Also