Initializes a new instance of the LineChartDesignerActionList class.

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

Syntax

C#
public LineChartDesignerActionList(
	LineChartDesigner designer
)
Visual Basic (Declaration)
Public Sub New ( _
	designer As LineChartDesigner _
)
Visual C++
public:
LineChartDesignerActionList(
	LineChartDesigner^ designer
)

Parameters

designer
Type: am.Charts..::.LineChartDesigner

[Missing <param> documentation for "designer"]

See Also