ITeeCommander.EditorLink
ITeeCommander

property EditorLink: Integer;

Type Library
TeeChartx

Description
Select the TeeChart Editor whose properties should define the TeeCommander Editor properties. Use the TeeCommander Editor property in programming environments (eg. VB, VBScript) that support connection directly to the Previewer interface.

Example

eg. Visual Basic

TeeCommander1.Editor = TeeEditor1

or

TeeCommander1.EditorLink = TChart1.EditorLink

**** VC++ and other environments ****

eg. VC++

m_Commander1.SetEditorLink(m_Chart1.GetEditorLink());