Skip to main content

RectangleIndentsModel.All Property

Gets or sets all indents within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public int All { get; set; }

Property Value

Type Description
Int32

The size of all indents.

Remarks

If the value of this property is equal to -1 then sizes of indents are not equal to one another.

See Also