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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(ColumnChartGraph>)>)
    am.Charts..::.ColumnChartGraphCollection

See Also