Use the Chart View when you want to understand an application's performance. The Chart View presents application performance data using a tree view of request-response pairs (for example, function call and return) and an associated Gantt chart that shows each pair's timing. Use the separator to resize. Each node visible in the tree has a corresponding Gantt entry. As new data that meets the filter criteria arrives, it is added to the view.
Steps to Insert a Chart Control
- On a Form Insert a OLE Control
- Select Microsoft Graph chart
- Make changes as per program requirements
Grid Control
The DBGrid control displays retrieved data. It can hold text data, but not linked or embedded objects. The AllowAddNew, AllowDelete, and AllUpdate properties allow the DBGrid to modify data.
Steps to create a DBGrid Control
- Click Project - > Add Components - >Browse -> Dbgrid32.ocx -> Open ->Apply
- Insert a Data Control
Create a table in Access and connect it to data Control - Connect DBGrid Control to Data1 Control
Set AllowAddNew and AllowUpdate Property true