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.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool SetColorsData(
int[][] colorsArgb,
IntensityGridValuesDataOrder order
)
Public Function SetColorsData (
colorsArgb As Integer()(),
order As IntensityGridValuesDataOrder
) As Boolean
public:
bool SetColorsData(
array<array<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.ChartingIntensityGridValuesDataOrder
Jagged array order dimensions order. Is first array dimension columns and second dimension rows, or vice versa.
Return Value
Type:
BooleanSuccess status.
See Also