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

Series3DBase.CrosshairLabelVisibility Property

Gets or sets the Crosshair series label visibility.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public bool? CrosshairLabelVisibility { get; set; }

Property Value

Type Description
Nullable<Boolean>

The value that defines the Crosshair series label visibility.

Remarks

The CrosshairLabelVisibility property can have the following values:

Value

Description

null

The CrosshairOptionsBase.ShowCrosshairLabels property of the chart’s Crosshair options defines the label visibility.

true

The Crosshair series label is always visible.

false

The Crosshair series label is always hidden.

See Also