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.v25.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.

See Also