Enum SeriesPaletteMode
Defines the possible ways of a ChartPalette instance to apply the palette of its owning chart.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum SeriesPaletteMode
DataPoint
The palette is applied to the data points depending on the index of each data point within the owning ChartSeries instance.
Series
The palette is applied to data points depending on the index of the owning ChartSeries instance.