Skip to main content

BaseGauge(IGaugeContainer) Constructor

Initializes a new instance of the BaseGauge class with the specified container.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public BaseGauge(
    IGaugeContainer container
)

Parameters

Name Type Description
container DevExpress.XtraGauges.Base.IGaugeContainer

A container that will own the created gauge.

See Also