Skip to main content

PieSegmentCollection(Object) Constructor

Initializes a new instance of the PieSegmentCollection class with the predefined owner.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public PieSegmentCollection(
    object owner
)

Parameters

Name Type Description
owner Object

A Object that is the owner of the collection.

See Also