Skip to main content

SimpleDiagramModel.Margins Property

Returns the model of the margins of the modeled Simple diagram.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public RectangleIndentsModel Margins { get; }

Property Value

Type Description
RectangleIndentsModel

The model of margins.

See Also