Skip to main content

ChartPaletteColorizerBaseModel.PaletteName Property

Gets or sets the value of the ChartPaletteColorizerBase.PaletteName within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public string PaletteName { get; set; }

Property Value

Type Description
String

The palette name.

See Also