Skip to main content
A newer version of this page is available. .

Annotation.Padding Property

Specifies the internal space between the annotation‘s content and its edge, in pixels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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