Represents a collection of ChartLabel objects

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(ChartLabel>)>)
    am.Charts..::.ChartLabelCollection

See Also