Skip to main content
All docs
V21.1

LegendModel.Padding Property

Gets or sets the model of the padding used by the modeled legend.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public RectangleIndentsModel Padding { get; }

Property Value

Type Description
RectangleIndentsModel

The padding model.

See Also