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