Hello,
I am using Lazarus v1.2.6. I found some tutorials on net to create TCharts.
Bar chart is the one I created. Values are being randomly generated in ('RandomSeed' property of 'RandomChartSource' component)
Now I need to display X and Y values according to the database values. How do i do it?
I am using Sqlite database.