lazarus/components/tachart/tutorials
2012-11-01 12:18:08 +00:00
..
func_series TAChart tutorial: Add source code for tutorial on TFuncSeries 2012-10-31 22:49:28 +00:00
getting_started TAChart: Fix formatting and svn properties of "getting_started" tutorial 2012-10-31 17:25:47 +00:00
mandelbrot
moores_law TAChart: Add sources of tutorial on logarithmic axis to folder tutorials/moores_law, update readme.txt 2012-11-01 12:18:08 +00:00
readme.txt TAChart: Add sources of tutorial on logarithmic axis to folder tutorials/moores_law, update readme.txt 2012-11-01 12:18:08 +00:00

This folder contains the source codes of the projects that are explained in the
TAChart tutorials.

--------------------------------------------------------------------------------
folder "getting_started"
--------------------------------------------------------------------------------
tutorial
  http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Getting_started
  
topic:
- introduction to TAChart basics
- line series
- legend
- axis titles

--------------------------------------------------------------------------------
folder "moores_law"
--------------------------------------------------------------------------------
tutorial
  http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_ListChartSource,_Logarithmic_Axis,_Fitting
  
topics
- enter data at design-time
- point series
- series marks
- logarithmic axis
- fitting

--------------------------------------------------------------------------------
folder "func_series"
--------------------------------------------------------------------------------
tutorial
  http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Function_Series
  
topics
- TFuncSeries
- domain exclusions
- TConstantLineSeries

--------------------------------------------------------------------------------
folder "mandelbrot"
--------------------------------------------------------------------------------
tutorial 
  http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_ColorMapSeries,_Zooming
  
topics:
- TColorMapSeries
- Zooming/Panning (TZoomDragTool, TPanDragTool, TChartExtentHistory)