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

ASPxGaugeControl.AutoLayout Property

Gets or sets whether gauges are automatically arranged within the ASPxGaugeControl to avoid overlapping.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AutoLayout { get; set; }

Property Value

Type Default Description
Boolean **true**

true if gauges are automatically aligned within the ASPxGaugeControl without overlapping; false, if gauges can be freely arranged within the ASPxGaugeControl.

Remarks

Use the ASPxGaugeControl.LayoutInterval and ASPxGaugeControl.LayoutPadding properties to customize how gauges are arranged within the gauge container.

Note

At design time, manually changing the position and/or size of gauges automatically turns off the AutoLayout option. Re-enable this option to automatically arrange gauges within the ASPxGaugeControl.

Implements

DevExpress.XtraGauges.Base.IGaugeContainer.AutoLayout
See Also