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

ChartModel.Palette Property

Gets or sets the chart palette currently used.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions(1, "Appearance", 0)]
[Browsable(false)]
public Palette Palette { get; set; }

Property Value

Type Description
Palette

The chart palette.

See Also