Skip to main content
A newer version of this page is available. .

ChartModel.PaletteName Property

Gets or sets the name of currently used palette.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public string PaletteName { get; set; }

Property Value

Type Description
String

The palette name.

See Also