Skip to main content

LinearScaleRangeBar(String) Constructor

Initializes a new instance of the LinearScaleRangeBar class.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public LinearScaleRangeBar(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the created component.

See Also