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

SimpleDiagramModel.Margins Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
RectangleIndentsModel

The model of margins.

See Also