Skip to main content
A newer version of this page is available. .

TotalLabelModel.TextColor Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Color

Total labels’ text color.

See Also