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

CrosshairLabelElementBase.Visible Property

Specifies whether the crosshair label element is visible when custom drawing a crosshair cursor.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true, if the crosshair label element is visible; otherwise, false.

Remarks

Use the Visible property when custom drawing a crosshair specific label element (a crosshair axis label, crosshair group header element or crosshair common label) from the ChartControl.CustomDrawCrosshair event.

Before using the Visible property, make sure the ChartControlBase.CrosshairEnabled property is set to true.

For more information, refer to Tooltip and Crosshair Cursor.

See Also