SimpleDiagramModel.Margins Property
Returns the model of the margins of the modeled Simple diagram.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public RectangleIndentsModel Margins { get; }
Property Value
| Type | Description |
|---|---|
| RectangleIndentsModel | The model of margins. |
See Also