ITChart.ChartLink
ITChart
property ChartLink: Integer;
Type Library
TeeChartx
Description
Read only.
Use the ChartLink property when connecting one of the ancillary TeeChart components (eg. TeeCommander). For Visual Basic its use is optional as you may Connect using the TChart interface directly. See the TeeCommander/TeeListBox ChartLink and Chart properties.
Example
Visual Basic
TeeCommander1.Chart = TChart1
or
TeeCommander1.ChartLink = TChart1.ChartLink
**** VC++ and other environments ****
eg. VC++
m_Commander1.SetChartLink(m_Chart1.GetChartLink());