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

CustomLegendItem.MarkerSize Property

Gets or sets the marker’s height and width.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Size MarkerSize { get; set; }

Property Value

Type Description
Size

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

See Also