Back to Devexpress

Annotation.Padding Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-acdecd28.md

latest1.5 KB
Original Source

Annotation.Padding Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RectangleIndents Padding { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Padding As RectangleIndents

Property Value

TypeDescription
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

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace