Back to Devexpress

PieSegmentCollection Class

windowsforms-devexpress-dot-xtramap-f6e24540.md

latest1.8 KB
Original Source

PieSegmentCollection Class

A collection of PieSegment objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class PieSegmentCollection :
    MapSegmentCollectionBase<PieSegment>
vb
Public Class PieSegmentCollection
    Inherits MapSegmentCollectionBase(Of PieSegment)

The following members return PieSegmentCollection objects:

Remarks

An object of the PieSegmentCollection class is returned by the MapPie.Segments property.

Inheritance

Object DXCollectionBase<PieSegment> DXCollection<PieSegment> DevExpress.XtraMap.SupportCallbackCollection<PieSegment> MapSegmentCollectionBase<PieSegment> PieSegmentCollection

See Also

PieSegmentCollection Members

DevExpress.XtraMap Namespace