Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRChart.PaletteBaseColorNumber Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[SRCategory(ReportStringId.CatAppearance)]
public int PaletteBaseColorNumber { get; set; }

#Property Value

Type Description
Int32

An integer value representing a 1-based color number.

#Remarks

The following pictures illustrate how the PaletteBaseColorNumber property specifies series points colors. Note that if the PaletteBaseColorNumber property is set to 0, all palette colors are used.

PaletteBaseColorNumber = 0 PaletteBaseColorNumber = 1
PaletteBaseColorNumber0 PaletteBaseColorNumber1
PaletteBaseColorNumber = 2 PaletteBaseColorNumber = 3
PaletteBaseColorNumber2 PaletteBaseColorNumber3
See Also