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

ChartModel.PaletteBaseColorNumber Property

Gets or sets the index of a color within the selected palette, which will be used as a base color to paint series points.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public int PaletteBaseColorNumber { get; set; }

Property Value

Type Description
Int32

An integer value representing a one-based color index.

See Also