ChartControlSettings.PaletteBaseColorNumber Property
In This Article
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.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value representing a 1-based color number. |
#Remarks
The following pictures illustrate how the PaletteBaseColorNumber property works. Note that when the PaletteBaseColorNumber property is set to 0, and the SeriesViewColorEachSupportBase.ColorEach property of a series is set to true, a palette’s colors are used to paint individual points of that series.
Palette |
Palette |
Palette |
---|---|---|
![]() |
![]() |
![]() |
See Also