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

FreePosition.InnerIndents Property

Specifies the inner indents between the edges of the annotation and its container element.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleIndents InnerIndents { get; }

Property Value

Type Description
RectangleIndents

A RectangleIndents objects specifying the inner indents for the annotation’s parent element.

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