New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:namestring

The name.

chartPaletteChartPalette

The chart palette.

Initializes a new instance of the PaletteFamily class.

C#
public PaletteFamily(string name)
Parameters:namestring

The name.

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; }
Property Value:

The palette entries.