GaugeControlBase.AutoLayout Property
Gets or sets whether gauges are automatically arranged within the Gauge control to avoid overlapping.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if gauges are automatically arranged within the GaugeControl; otherwise, false |
Remarks
Use the GaugeControlBase.LayoutInterval and GaugeControlBase.LayoutPadding properties to customize how gauges are arranged within the gauge container.
See the Layout Customization topic to learn more.
See Also