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

FibonacciIndicatorLabelModel.BaseLevelTextColor Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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