FreePosition.InnerIndents Property
In This Article
Specifies the inner indents between the edges of the annotation and its container element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleIndents InnerIndents { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
#Remarks
Use the InnerIndents and FreePosition.OuterIndents properties (whose values are summarized) to specify the indents between the body of an annotation and its parent element’s edges.
For more information, refer to Annotations.
See Also