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

CrosshairLineElement.Visible Property

Specifies whether the crosshair line element is visible when implementing custom drawing in the crosshair cursor.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

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

Remarks

For more information, see Tooltip and Crosshair Cursor.

See Also