Skip to main content

SeriesCollection(Object) Constructor

Initializes a new instance of the SeriesCollection 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 SeriesCollection(
    object owner
)

Parameters

Name Type Description
owner Object

A Object class descendant.

See Also