FreePosition.InnerIndents Property
Specifies the inner indents between the edges of the annotation and its container element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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