ITeeCommander.Editor
ITeeCommander

property Editor: ITeeEditor;

Type Library
TeeChartx

Description
Select the TeeChart Editor whose properties should define the TeeCommander Editor properties. Use the TeeCommander EditorLink property in programming environments (eg. MS VC++) that don't support connection directly to the Editor 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());