Skip to main content

LinearScaleIndicatorCollection(LinearScale) Constructor

Initializes a new instance of the LinearScaleIndicatorCollection<T> class with the specified owner.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public LinearScaleIndicatorCollection(
    LinearScale scale
)

Parameters

Name Type Description
scale LinearScale

A LinearScale object that should be the owner of the created collection.

See Also