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

ArcScaleRangeBarCollection(ArcScale) Constructor

Initializes a new instance of the ArcScaleRangeBarCollection class with the specified owner.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v18.2.dll

Declaration

public ArcScaleRangeBarCollection(
    ArcScale scale
)

Parameters

Name Type Description
scale ArcScale

An ArcScale object that should be the owner of the created collection.

See Also