lazarus/components/tachart
2015-10-01 18:40:54 +00:00
..
aggpas
demo TAChart: Add goodness-of-fit calculation to TFitSeries. Update FitDemo. 2015-07-27 16:09:41 +00:00
editors IdeIntf, TAChart: Fix errors in fields editor made in r49233 #255bf5782e. Issue #28595. 2015-09-02 10:10:47 +00:00
fpdoc
icons
numlib_fix TAChart: Less hints and warnings (issue #0026951). 2014-10-27 22:05:03 +00:00
test
tutorials TAChart: source code for chart background tutorial 2014-09-07 16:34:26 +00:00
Makefile IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.compiled IDE, lazbuild: pass -Cg only for x86-64, linux, *bsd, solaris 2014-11-20 22:15:38 +00:00
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
README.txt
taanimatedsource.pas
taaxissource.pas
tabgrautils.pas
tachartaxis.pas TAChart: Fix incorrect usage of infinity values, patch by Vít Ondruch (issue #0028386) 2015-07-09 16:13:01 +00:00
tachartaxisutils.pas TAChart: Fix painting of minor ticks (issue #28466) 2015-08-03 21:39:11 +00:00
tachartbgra.lpk
tachartbgra.pas
tachartextentlink.pas
tachartfpvectorial.lpk
tachartfpvectorial.pas
tachartimagelist.pas
tachartlazaruspkg.lpk TAChart: Fix missing axis labels if chart uses transformations to provide an inverted axis for paned chart. 2014-11-19 10:24:39 +00:00
tachartlazaruspkg.pas TAChart: Make unit TAChartTeeChart available for the "uses" clause. 2014-10-19 22:27:57 +00:00
tachartlistbox.pas TAChart: Keep selected items when populating a multiselect TChartListbox (http://forum.lazarus.freepascal.org/index.php/topic,28314.0.html) 2015-05-06 17:21:32 +00:00
tachartprint.lpk
tachartprint.pas
tachartteechart.pas
tachartutils.pas
tachartwmf.lpk
tachartwmf.pas
tacustomfuncseries.pas TAChart: Fix TFuncSeries hanging in case of inverted x axis 2015-03-29 21:12:26 +00:00
tacustomseries.pas TAChart: Fix panes to work with TFuncSeries. Update panes-2 demo. 2015-03-29 22:13:33 +00:00
tacustomsource.pas
tadatatools.pas
tadbsource.pas
tadiagram.pas TAChart: Less compilation hints and notes. 2015-02-17 17:28:14 +00:00
tadiagramdrawing.pas TAChart: Less hints and warnings (issue #0026951). 2014-10-27 22:05:03 +00:00
tadiagramlayout.pas
tadrawerbgra.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00
tadrawercanvas.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00
tadrawerfpcanvas.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00
tadrawerfpvectorial.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00
tadraweropengl.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00
tadrawersvg.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00
tadrawerwmf.pas TAChart: Introduce class helper for saving charts as metafiles and for copying them as metafiles to the clipboard. 2014-10-02 14:48:24 +00:00
tadrawutils.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00
taenumerators.pas
tafitutils.pas
tafuncseries.pas TAChart: Better usage of compiler directives in TFitSeries. Some cleanup. 2015-07-27 17:23:45 +00:00
tageometry.pas
tagraph.pas TAChart: Publish OnResize event. 2015-09-01 10:48:37 +00:00
tagraph.res
taguiconnector.pas
taguiconnectorbgra.pas
taintervalsources.pas TAChart: Fix creation of axis labels if an axis transformation inverts axis limits 2015-06-26 09:49:19 +00:00
talegend.pas TAChart: Fix legend items being drawn too small on printer 2014-12-14 23:32:56 +00:00
talegendpanel.pas
tamath.pas
tamultiseries.pas TAChart: Avoid TBubbleSeries crashing if X/Y/R is NaN 2015-01-12 21:58:08 +00:00
tanavigation.pas
taprint.pas
taradialseries.pas TAChart: Fix crash of IDE if TPieSeries is linked to a TUserDefinedChartSource 2015-05-14 10:54:48 +00:00
taseries.pas TAChart: Fix misaligned data in stacked area series (http://forum.lazarus.freepascal.org/index.php/topic,28025.msg174184) 2015-04-11 17:52:51 +00:00
tasources.pas
tastyles.pas
tatextelements.pas
tatools.pas TAChart: new property "MouseInsideOnly" of TDatapointHintTool and TDataPointCrosshairTool to show the hint/crosshair only if mouse is inside the chart's extent. 2015-03-01 17:11:17 +00:00
tatransformations.pas
tatypes.pas TAChart: Add new series pointer style psPoint. 2015-09-27 19:36:31 +00:00

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>