TitleBaseModel.TextColor Property
Gets or sets the TitleBase.TextColor of the modeled base title.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions(0, "Behavior", 0)]
[DependentUpon("Visible")]
[LocalizableCategory(DesignerCategories.Appearance)]
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The text color of the title. |
See Also