lazarus/components/tachart
2020-01-07 22:50:11 +00:00
..
aggpas
bgra
demo TAChart: Improved and scaled layout of TChartListbox demo. 2019-12-27 19:18:05 +00:00
editors
fpdoc
fpvectorial
icons
languages Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
numlib_fix
opengl TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built (https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html). 2019-09-18 09:13:39 +00:00
print
test
tutorials 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
wmf
Makefile
Makefile.compiled
Makefile.fpc
README.txt
taanimatedsource.pas
taaxissource.pas
tachartaxis.pas TAChart: New axis event OnGetMarkText to replace the old OnMarkToText (which does not pass the used axis in a parameter). Deprecate OnMarkToText. 2019-10-25 14:48:33 +00:00
tachartaxisutils.pas TAChart: New axis event OnGetMarkText to replace the old OnMarkToText (which does not pass the used axis in a parameter). Deprecate OnMarkToText. 2019-10-25 14:48:33 +00:00
tachartcombos.pas
tachartextentlink.pas TAChart: Improved usability of AlignSides in TChartExtentLink (https://forum.lazarus.freepascal.org/index.php/topic,46243.msg330963.html#msg330963). 2019-08-18 08:49:14 +00:00
tachartimagelist.pas
tachartlazaruspkg.lpk TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built (https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html). 2019-09-18 09:13:39 +00:00
tachartlazaruspkg.pas TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built (https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html). 2019-09-18 09:13:39 +00:00
tachartlistbox.pas
tachartstrconsts.pas
tachartteechart.pas
tachartutils.pas
tacustomfuncseries.pas
tacustomseries.pas TAChart: Replace r62069 #40d59fec0b by better solution. 2019-10-17 22:08:42 +00:00
tacustomsource.pas
tadatapointseditor.lfm
tadatapointseditor.pas TAChart: Fix crash when unsorted data are entered into DataPointsEditor for a sorted chartsource 2019-11-23 22:26:40 +00:00
tadatatools.pas
tadbsource.pas
tadiagram.pas
tadiagramdrawing.pas
tadiagramlayout.pas
tadrawercanvas.pas
tadrawerfpcanvas.pas
tadrawersvg.pas
tadrawutils.pas
taenumerators.pas
taexpressionseries.pas
tafitlib.pas TAChart: Fix divide-by-zero error in TFitSeries. 2019-10-18 11:15:35 +00:00
tafitutils.pas
tafonts.pas
tafuncseries.pas TAChart: Avoid painting of gaps in non-solid series using the brush color when ChartStyles are active. 2019-10-20 11:07:40 +00:00
tageometry.pas
tagraph.pas
tagraph.res
taguiconnector.pas
tahtml.pas
taintervalsources.pas TAChart: TDateTimeIntervalChartSource supports bracket time sympols in FormatDateTime() now (e.g. [h]:nn:ss). 2019-11-01 18:57:51 +00:00
talegend.pas
talegendpanel.pas
tamath.pas
tamultiseries.pas
tanavigation.pas
taradialseries.pas TAChart: Add new property "AngleRange" to TPieSeries to enable a "halfdonut series" 2019-12-08 18:22:21 +00:00
taseries.pas TAChart: Add new property "AngleRange" to TPieSeries to enable a "halfdonut series" 2019-12-08 18:22:21 +00:00
tasources.pas TAChart: Fix updating of extent caches for sources with multiple y and/or x values. Patch by Marcin Wiazowski. 2019-11-18 18:31:18 +00:00
tastyles.pas TAChart: Avoid painting of gaps in non-solid series using the brush color when ChartStyles are active. 2019-10-20 11:07:40 +00:00
tatextelements.pas
tatools.pas
tatransformations.pas TAChart: Avoid crash in unfavorable cases when cChart, NavPanel and AutoScaleAxisTransforms are on the form (https://forum.lazarus.freepascal.org/index.php/topic,47429.0.html). Patch by PaulRowntree. 2019-11-17 11:29:33 +00:00
tatypes.pas

TAChart is a charting LGPL component for Lazarus (TeeChart like). 
It contains the functions that Philippe Martinole developed for the TeleAuto project and lots 
of changes introduced by Luis Rodrigues while porting the Epanet application from Delphi to Lazarus.


Its main caracteristics are :

    * Pie Series
    * Bar Series
    * Area Series
    * Line Series (can work as Point Series)    
    * Unlimited number of  graphs
    * Unlimited number of points
    * Graph legend
    * Graph title
    * Graph footer
    * Axis labels
    * Interactive zoom
    * Reticule or vertical reticule with point measure
    * Mirror on X axis
    * Auto or manual graph limits
    * Smart marks drawing
    * Vertical and horizontal line graph type
    * Easily extensible to new graph types


Why Create This
---------------

I've been porting Epanet from Delphi into Lazarus, since I need a TeeChart like component and TeeChart was not free
I had to build a new component.

I looked arround the net for a good component and found Philippe's TAChart and decided to improve it.

There is still plenty of bugs on the component but at least it works with all the cases I need. I will continue to develop
this, but since it's allready working I decided to submit to general review.
    
Installation
------------
    * Open the package tachartlazaruspkg.lpk with Component / Open package file (.lpk)
    * Click on Compile
    * Click on Install

Changes
-------

* 01/06/2008 - Fixed Legend selection bug, DrawLegend bugfix (by Anton Vychegzhanin)
* 25/01/2008 - Code cleanups and bugfixes (bugfixes by Uwe Zimmermann and Oled)
* 22/01/2008 - Implemented ZoomFull, PaintOnCanvas and slight modifications to add TSerie pen style (by oleg)
* 27/09/2007 - Bugfixes and partially implemented multibar in TBarSeries
* 29/08/2007 - Bugfixes and implement Bug fixes SaveToBitmapFile 
                 and CopyToClipboardBitmap
* 27/08/2007 - Bugfixes and implement Inverted Axis (by Helio Rocha-Pinto)
* 17/04/2007 - Series clipping bugfixes and partially implement TSeriesPointer
* 12/03/2007 - Bugfixes and implement ShowInLegend
* 01/01/2007 - Initial Release

Copyright (C) 2006-2007 by Luis Rodrigues  <lr@neei.uevora.pt>
Copyright (C) 2005-2006 by Philippe Martinole  <philippe.martinole@teleauto.org>