![]() |
Quick StartAbout..Contact us..
The main TeeChart component is: TChart.
TChart is a placeholder for TChartSeries components. TChart is derived from TPanel component, and inherits all its functionality.
When you place a TChart component in a Delphi Form, you will see a standard TPanel with an upper title and a lower foot text.
Right click on the Chart to see the opening TeeChart menu where you can select the Chart editor alternatively double-click to directly call the Chart editor.
The Chart editor presents Chart configuration options and the TeeChart Gallery which contains access to all data series types. Data series types are subcomponents that can be accessed and manipulated independently of the Chart and are accessible across Charts.
For Database charts, you need to use: TDBChart
Place one or more series in the Chart and either connect to a DataSource or write your own code to populate the series.
Key palette components
TChart
TDBChart
TQRChart