aspnet-devexpress-dot-web-dot-aspxgauges-dot-aspxgaugecontrol-095b198d.md
Gets or sets whether gauges are automatically arranged within the ASPxGaugeControl to avoid overlapping.
Namespace : DevExpress.Web.ASPxGauges
Assembly : DevExpress.Web.ASPxGauges.v25.2.dll
NuGet Package : DevExpress.Web.Visualization
[DefaultValue(true)]
public bool AutoLayout { get; set; }
<DefaultValue(True)>
Public Property AutoLayout As Boolean
| 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.
|
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.
DevExpress.XtraGauges.Base.IGaugeContainer.AutoLayout
See Also