Annotation.Padding Property
Specifies the internal space between the annotation‘s content and its edge, in pixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RectangleIndents Padding { get; }
Property Value
Type | Description |
---|---|
RectangleIndents | A RectangleIndents object, representing the annotation’s inner indents, measured in pixels. |
Remarks
Use the Padding property, to specify paddings for an annotation.
See Also