lazarus/components/tachart/tutorials
2019-11-16 10:52:06 +00:00
..
background
bar_series
func_series
getting_started
mandelbrot
moores_law
population1 TAChart: Add source code for tutorials https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Userdefined_ChartSource and https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Dual_y_axis,_Legend 2019-11-16 10:52:06 +00:00
population2 TAChart: Add source code for tutorials https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Userdefined_ChartSource and https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Dual_y_axis,_Legend 2019-11-16 10:52:06 +00:00
readme.txt

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)

--------------------------------------------------------------------------------
folder "bar_series"
--------------------------------------------------------------------------------
tutorials
  http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_BarSeries
  http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Stacked_BarSeries
  
topics
- multiple bar series arranged side-by-side
- stacked bar series
- TChartStyle
- TRandomChartSource

--------------------------------------------------------------------------------
folder "background"
--------------------------------------------------------------------------------
tutorial
  http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Background_design
  
topics
- events used by TChart
- user-drawn chart backgrounds: entire background, chart area ("back wall") only
- transparency of bar series
- enter data at design-time