Skip to main content
A newer version of this page is available.
All docs
V18.2

LegendModel.Padding Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
RectangleIndentsModel

The padding model.

See Also