Skip to main content

StripCollection(AxisBase) Constructor

In This Article

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public StripCollection(
    AxisBase owner
)

#Parameters

Name Type Description
owner AxisBase

An AxisBase class descendant.

See Also