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

PaneTitleModel.TextColor Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions(-1, "General", 3)]
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.General)]
public Color TextColor { get; set; }

Property Value

Type Description
Color

A Color object which specifies the color of a title’s text.

See Also