Represents collection of pie chart data items

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class PieChartDataItemCollection : List<PieChartDataItem>, IStateManager
Visual Basic (Declaration)
Public Class PieChartDataItemCollection _
	Inherits List(Of PieChartDataItem) _
	Implements IStateManager
Visual C++
public ref class PieChartDataItemCollection : public List<PieChartDataItem^>, 
	IStateManager

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(PieChartDataItem>)>)
    am.Charts..::.PieChartDataItemCollection

See Also