Occures after a chart has been loaded.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected virtual void OnInstrumentLoad(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnInstrumentLoad ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnInstrumentLoad(
	EventArgs^ e
)

Parameters

e
Type: System..::.EventArgs

See Also