Represents collection of LineChartGuide

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

Syntax

C#
public class LineChartGuideCollection : List<LineChartGuide>
Visual Basic (Declaration)
Public Class LineChartGuideCollection _
	Inherits List(Of LineChartGuide)
Visual C++
public ref class LineChartGuideCollection : public List<LineChartGuide^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(LineChartGuide>)>)
    am.Charts..::.LineChartGuideCollection

See Also