Skip to main content

TotalLabelModel.TextColor Property

Gets or sets the TotalLabel.TextColor 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(1, "Appearance", 2)]
public Color TextColor { get; set; }

Property Value

Type Description
Color

Total labels’ text color.

See Also