Represents a collection of radar chart graphs

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(RadarChartGraph>)>)
    am.Charts..::.RadarChartGraphCollection

See Also