ClassChartPalette
Defines the palette semantic for a RadChartBase instance. The palette contains several PaletteEntryCollection instances, one for each PaletteVisualPart value.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ChartPalette : DependencyObject
Inheritance: objectChartPalette
Constructors
ChartPalette()
Initializes a new instance of the ChartPalette class.
Declaration
public ChartPalette()
Properties
FillEntries
Gets or sets the collection that stores entries not related to any particular series.
Declaration
public PaletteEntryCollection FillEntries { get; set; }
Property Value
Name
Gets or sets the user-friendly identifier for the palette.
SpecialFillEntries
Gets or sets the collection that stores entries not related to any particular series.
Declaration
public PaletteEntryCollection SpecialFillEntries { get; set; }
Property Value
SpecialStrokeEntries
Gets or sets the collection that stores entries not related to any particular series.
Declaration
public PaletteEntryCollection SpecialStrokeEntries { get; set; }
Property Value
StrokeEntries
Gets or sets the collection that stores entries not related to any particular series.
Declaration
public PaletteEntryCollection StrokeEntries { get; set; }
Property Value
Methods
GetBrush(int, PaletteVisualPart)
Gets the Brush (if present) for the specified PaletteVisualPart instance at the specified index.
Declaration
public Brush GetBrush(int index, PaletteVisualPart visualPart)
Parameters
index
The index for which to look-up a brush.
visualPart
The visual part for which a brush is required.
Returns
Brush
GetBrush(int, PaletteVisualPart, string)
Gets the Brush (if present) for the specified PaletteVisualPart instance at the specified index and for the specified series family.
Declaration
public Brush GetBrush(int index, PaletteVisualPart visualPart, string seriesFamily)
Parameters
index
The index for which to look-up a brush.
visualPart
The visual part for which a brush is required.
seriesFamily
The family of the series that request the brush.
Returns
Brush
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
A string that represents the current object.