Skip to main content

RadarDiagram.Margins Property

Specifies the indent between the diagram‘s edge and other chart elements (e.g. legend and chart titles), in pixels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleIndents Margins { get; }

Property Value

Type Description
RectangleIndents

A RectangleIndents object, representing the diagram’s outer indents, measured in pixels. The default is 5.

See Also