ASPxGaugeControl.LayoutInterval Property
In This Article
Gets or sets an interval between two neighboring gauges in the ASPxGaugeControl.AutoLayout mode.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value specifying the interval between gauges. |
#Remarks
When the ASPxGaugeControl.AutoLayout property is set to true
, the LayoutInterval and ASPxGaugeControl.LayoutPadding properties define how gauges are arranged within a gauge container.
#Implements
DevExpress.XtraGauges.Core.Layout.ILayoutManagerContainer.LayoutInterval
See Also