ChartModel.Padding Property
Gets or sets the model of the padding used by the modeled chart.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public RectangleIndentsModel Padding { get; }
Property Value
Type | Description |
---|---|
RectangleIndentsModel | The padding model. |
See Also