Skip to main content

TotalLabelModel.BackColor Property

Gets or sets the TotalLabel.BackColor property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
[PropertyForOptions(0, "Appearance", 2)]
public Color BackColor { get; set; }

Property Value

Type Description
Color

Total labels’ background color.

See Also