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

FreePositionModel.OuterIndents Property

Returns the model of outer indents of the modeled annotation free position.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public RectangleIndentsModel OuterIndents { get; }

Property Value

Type Description
RectangleIndentsModel

The outer indents model.

See Also