Back to Devexpress

ASPxGaugeControl.AutoLayout Property

aspnet-devexpress-dot-web-dot-aspxgauges-dot-aspxgaugecontrol-095b198d.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
[DefaultValue(true)]
public bool AutoLayout { get; set; }
vb
<DefaultValue(True)>
Public Property AutoLayout As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ASPxGaugeControl Class

ASPxGaugeControl Members

DevExpress.Web.ASPxGauges Namespace