Back to Devexpress

Indicator.CrosshairLabelVisibility Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-eb6a734a.md

latest1.9 KB
Original Source

Indicator.CrosshairLabelVisibility Property

Gets or sets the value that specifies whether to show a crosshair label for the indicator.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean CrosshairLabelVisibility { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property CrosshairLabelVisibility As DefaultBoolean

Property Value

TypeDescription
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:

NameDescriptionReturn 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

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace