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

ASPxGaugeControl.LayoutInterval Property

Gets or sets an interval between two neighboring gauges in the ASPxGaugeControl.AutoLayout mode.

Namespace: DevExpress.Web.ASPxGauges

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

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(0)]
public int LayoutInterval { get; set; }

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