Defines the possible ways of a ChartPalette instance to apply the palette of its owning chart.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public enum SeriesPaletteMode
Fields
The palette is applied to the data points depending on the index of each data point within the owning ChartSeries instance.
C#
DataPoint = 1
The palette is applied to data points depending on the index of the owning ChartSeries instance.
C#
Series = 0