Skip to main content

CrosshairElement.Visible Property

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public bool Visible { get; set; }

#Property Value

Type Description
Boolean

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

#Remarks

For more information, see Crosshair Cursor.

See Also