Skip to main content

CrosshairLabelElement.MarkerSize Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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 snippets (auto-collected from DevExpress Examples) contain references 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