Class
PaletteEntryCollection

Represents a collection of Brush objects that target a particular PaletteVisualPart.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PaletteEntryCollection

Inheritance: objectPaletteEntryCollection

Constructors

PaletteEntryCollection()

Initializes a new instance of the PaletteEntryCollection class.

Declaration

cs-api-definition
public PaletteEntryCollection()

Properties

Brushes

Gets the collection that contains all the entries for the associated visual part.

Declaration

cs-api-definition
public List<Brush> Brushes { get; }

Property Value

List<Brush>

SeriesFamily

Gets or sets the family of series this collection is applicable to.

Declaration

cs-api-definition
public string SeriesFamily { get; set; }

Property Value

string