Click or drag to resize

ChartManager Constructor (IContainer)

LightningChart .NET Help
Creates and initializes a new instance of this class.

Namespace:  Arction.WinForms.Charting.ChartManager
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public ChartManager(
	IContainer container
)

Parameters

container
Type: System.ComponentModelIContainer
The component container.
See Also