Skip to main content

CrosshairLabelElement.TextVisible Property

Specifies whether the crosshair label’s text is visible when implementing custom drawing in the crosshair cursor.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool TextVisible { get; set; }

Property Value

Type Description
Boolean

true, to display the crosshair label item’s text; otherwise, false.

See Also