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

CustomDrawSeriesEventArgsBase.LegendMarkerSize Property

Gets or sets the size of the legend item marker of the series or series point that is currently being painted.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Size LegendMarkerSize { get; set; }

Property Value

Type Description
Size

The composed pair of integers, representing the width and the height of the marker.

See Also