Back to Devexpress

ChartControlSettings.PaletteBaseColorNumber Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-7c9216ab.md

latest2.0 KB
Original Source

ChartControlSettings.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.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public int PaletteBaseColorNumber { get; set; }
vb
Public Property PaletteBaseColorNumber As Integer

Property Value

TypeDescription
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.

PaletteBaseColorNumber = 0PaletteBaseColorNumber = 1PaletteBaseColorNumber = 3

See Also

PaletteName

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace