Represents graph data (collection of graph data items)

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(LineChartValuesDataItem>)>)
    am.Charts..::.LineChartValuesDataItemCollection

See Also