Annotation.Padding Property
In This Article
Specifies the internal space between the annotation‘s content and its edge, in pixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RectangleIndents Padding { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
#Remarks
Use the Padding property, to specify paddings for an annotation.
See Also