ITChart.Canvas
ITChart
property Canvas: ICanvas;
Type Library
TeeChartx
Description
Use the Canvas property to access TeeChart Draw properties and methods.
Example [Visual Basic]:
With TChart1.Canvas
.TextOut 30,30,"MyMessage"
End With