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

ArcScaleComponent(String) Constructor

Initializes a new instance of the ArcScaleComponent class with the specified name.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v20.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public ArcScaleComponent(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the scale.

See Also