Skip to main content

CrosshairLabelElement.MarkerImage Property

Specifies the marker image of a crosshair cursor label when implementing custom draw in the crosshair cursor.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Image MarkerImage { get; set; }

Property Value

Type Description
Image

A Image object to be used as the crosshair label item’s marker.

Remarks

Important

Use the DXMarkerImage property instead of MarkerImage to specify the marker image of a crosshair label in the ChartControl.CustomDrawCrosshair event handler.

For more information, refer to Tooltip and Crosshair Cursor.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MarkerImage property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also