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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(LineChartGraph>)>)
    am.Charts..::.LineChartGraphCollection

See Also