Skip to main content

ChartModel.PaletteName Property

Gets or sets the name of currently used palette.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
String

The palette name.

See Also