Represents a collection of Scatter/Bubble 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 XyChartGraphCollection : List<XyChartGraph>, IStateManager
Visual Basic (Declaration)
Public Class XyChartGraphCollection _
	Inherits List(Of XyChartGraph) _
	Implements IStateManager
Visual C++
public ref class XyChartGraphCollection : public List<XyChartGraph^>, 
	IStateManager

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(XyChartGraph>)>)
    am.Charts..::.XyChartGraphCollection

See Also