lazarus/components/tachart/demo/runtime/plotunit
2023-06-19 13:18:17 +02:00
..
main.lfm
main.pas
readme.txt
runtime_plotdemo.lpi TAChart: Avoid generic project names for demos. 2023-06-19 13:18:17 +02:00
runtime_plotdemo.lpr TAChart: Avoid generic project names for demos. 2023-06-19 13:18:17 +02:00
TAChart_plotunit.ex-meta TAChart: Avoid generic project names for demos. 2023-06-19 13:18:17 +02:00
uplot.pas

The demo "plotunit" show how to generate a series and insert it into a chart 
at runtime. The main series types of TAChart are supported.

The main plotting routines are in unit "uplot.pas":

- PrepareChart: Sets up chart title, footer and axis labels
- Plot: Takes a variety of parameters to plot the data array x vs y.