Class SeriesPaletteMode
Defines the possible ways of a ChartPalette instance to apply the palette of its owning chart.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class SeriesPaletteMode : Enum
Fields
DataPoint
The palette is applied to the data points depending on the index of each data point within the owning ChartSeries instance.
Declaration
public const SeriesPaletteMode DataPoint
Field Value
SeriesPaletteMode
|
Series
The palette is applied to data points depending on the index of the owning ChartSeries instance.
Declaration
public const SeriesPaletteMode Series
Field Value
SeriesPaletteMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|