Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

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