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

CrosshairLabelElement.TextVisible Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool TextVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also