TotalLabelModel.TextColor Property
Gets or sets the TotalLabel.TextColor property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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