Skip to main content

FibonacciIndicatorLabelModel.BaseLevelTextColor Property

Gets or sets the value of the FibonacciIndicatorLabel.BaseLevelTextColor within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions("Appearance")]
[DependentUpon("Visible")]
public Color BaseLevelTextColor { get; set; }

Property Value

Type Description
Color

The color of the indicator’s base level’s labels.

See Also