Skip to main content
A newer version of this page is available. .

CrosshairLabelElement.MarkerSize Property

Gets or sets the height and width of a crosshair label marker.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Size MarkerSize { get; set; }

Property Value

Type Description
Size

A Size structure which specifies the crosshair label marker’s height and width, in pixels.

Remarks

Use the MarkerSize property to specify the marker size 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 MarkerSize 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