XYDiagram2D.Margins Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleIndents Margins { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
See Also