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.v24.1.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