CrosshairLabelElement.MarkerVisible Property
Gets or sets the marker visibility of the crosshair label element when implementing a custom drawing in the crosshair cursor.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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.
See Also