lazarus/components/tachart/demo/runtime/plotunit
2022-04-12 18:09:38 +10:00
..
main.lfm TAChart: Check/fix in demos: compilation, runtime behavior, hints & warnings, anchored layout. 2021-08-05 23:23:53 +02:00
main.pas TAChart: Check/fix in demos: compilation, runtime behavior, hints & warnings, anchored layout. 2021-08-05 23:23:53 +02:00
plotdemo.lpi
plotdemo.lpr
readme.txt
TAChart_plotunit.ex-meta put all TAChart in own Category, there are lots ! 2022-04-12 18:09:38 +10: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.