PaletteFamily
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PaletteFamily
Inheritance: objectPaletteFamily
Constructors
Initializes a new instance of the PaletteFamily class.
C#
public PaletteFamily()
Initializes a new instance of the PaletteFamily class.
C#
public PaletteFamily(string name, ChartPalette chartPalette)
The name.
chartPaletteChartPaletteThe chart palette.
Initializes a new instance of the PaletteFamily class.
Properties
Gets or sets the family of ChartSeries targeted by this collection.
C#
public string Name { get; set; }
Gets the palette entries.
C#
public PaletteEntryCollection PaletteEntries { get; }
The palette entries.