Skip to main content

IndicatorModel.CrosshairLabelVisibility Property

Gets or sets the chart model’s Indicator.CrosshairLabelVisibility property.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public DefaultBoolean CrosshairLabelVisibility { get; set; }

Property Value

Type Description
DefaultBoolean
Value Description
Default The CrosshairLabelVisibility property value depends on the Indicator.CrosshairEnabled and CrosshairOptions.ShowCrosshairLabels property values.
True The Crosshair label is shown for the indicator.
False The Crosshair label is hidden for the indicator.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also