Skip to main content

CrosshairLabelElement.MarkerVisible Property

Gets or sets the marker visibility of the crosshair label element when implementing custom drawing in the crosshair cursor.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool MarkerVisible { get; set; }

Property Value

Type Description
Boolean

true, if the marker is visible; otherwise, false.

Remarks

Use the MarkerVisible property to access and modify the marker visibility of the crosshair label element.

For more information, see Tooltip and Crosshair Cursor.

See Also