ITeeLinked.Chart
ITeeLinked

property Chart: ITChart;

Type Library
TeeChartx

Description
The TeeChart control to use (ie: TChart1).

Example [Visual Basic]:

Private Sub Form_Load()

With TChart1

.AddSeries scBar

.Series(0).FillSampleValues 6

End With

TeeListBox1.Chart = TChart1

End Sub