lazarus/components/tachart
2012-09-17 03:26:31 +00:00
..
demo TAChart: Show user-defined mark shapes in "labels" demo 2012-09-16 06:12:13 +00:00
editors TAChart: Add axis index property editor 2012-09-15 14:22:51 +00:00
fpdoc
icons
numlib_fix
test TAChart: Add test for TListChartSource cache 2012-09-16 17:49:22 +00:00
Makefile updated Makefiles 2012-08-27 16:43:01 +00:00
Makefile.compiled updated Makefiles 2012-08-27 16:43:01 +00:00
Makefile.fpc updated Makefiles 2012-08-27 16:43:01 +00:00
README.txt
taanimatedsource.pas TAChart: Fix compiler hints in TAAnimatedSource unit 2012-09-15 09:28:09 +00:00
taaxissource.pas TAChart: Add TCustomAxisChartSource 2012-09-15 09:10:13 +00:00
tachartaggpas.lpk
tachartaggpas.pas
tachartaxis.pas TAChart: Add axis index property editor 2012-09-15 14:22:51 +00:00
tachartaxisutils.pas TAChart: Extract TATextElements unit 2012-09-08 07:02:21 +00:00
tachartbgra.lpk
tachartbgra.pas
tachartextentlink.pas
tachartfpvectorial.lpk
tachartfpvectorial.pas
tachartimagelist.pas
tachartlazaruspkg.lpk TAChart: Add axis index property editor 2012-09-15 14:22:51 +00:00
tachartlazaruspkg.pas TAChart: Add axis index property editor 2012-09-15 14:22:51 +00:00
tachartlistbox.pas TAChart: Introduce ZeroRect constant 2012-06-16 10:06:57 +00:00
tachartprint.lpk
tachartprint.pas
tachartteechart.pas TAChart: Revert to setting AxisIndexX/AxinsIndexY properties directly 2012-04-20 10:05:22 +00:00
tachartutils.pas TAChart: Fix comment in front of THistory class 2012-09-14 13:00:59 +00:00
tachartwmf.lpk
tachartwmf.pas
tacustomseries.pas TAChart: Add axis index property editor 2012-09-15 14:22:51 +00:00
tacustomsource.pas TAChart: Ignore NaNs while calculating TCustomChartSource.ValuesTotal 2012-09-15 16:55:40 +00:00
tadatatools.pas TAChart: Extract TATextElements unit 2012-09-08 07:02:21 +00:00
tadbsource.pas TAChart: Allow spaces in field names inside TDbChartSource.FieldY 2012-07-25 15:36:38 +00:00
tadraweraggpas.pas TAChart: Add transparency support to the aggpas drawer 2012-08-31 14:29:33 +00:00
tadrawerbgra.pas TAChart: Add transparency support to BGRABitmap drawer 2012-08-31 10:43:16 +00:00
tadrawercanvas.pas TAChart: Micro-optimize transparency in canvas drawer. Group series with the same transparency to reduce overhead. 2012-09-01 14:19:41 +00:00
tadrawerfpcanvas.pas TAChart: Add potential support for pie charts to fpcanvas drawer. 2012-09-07 13:49:57 +00:00
tadrawerfpvectorial.pas TAChart: Add pie chart support to the fpvectorial drawer 2012-09-07 13:37:54 +00:00
tadraweropengl.pas TAChart: Support pie charts in OpenGL drawer 2012-09-09 09:20:00 +00:00
tadrawersvg.pas TAChart: Add pie series support to the svg drawer 2012-09-06 15:22:10 +00:00
tadrawerwmf.pas
tadrawutils.pas TAChart: Add initial framework for transparency support 2012-08-31 10:42:26 +00:00
taenumerators.pas
tafuncseries.pas TAChart: Add TFitSeries.IEquationText interface, deprecate previous methods of getting equation text 2012-08-16 16:09:02 +00:00
tageometry.pas TAChart: Add mark callouts 2012-09-08 16:09:14 +00:00
tagraph.lrs
tagraph.pas TAChart: Fix zero division when calling ImageToGraph before the chart is drawn 2012-09-14 10:46:23 +00:00
taintervalsources.pas TAChart: Support Intervals.Tolerance for axis with non-interval source 2012-09-15 09:08:25 +00:00
talegend.pas TAChart: Add per-style legend items 2012-06-05 08:47:48 +00:00
talegendpanel.pas
tamath.pas TAChart: Add InRangeUlps utility function 2012-08-13 11:45:55 +00:00
tamultiseries.pas
tanavigation.pas TAChart: Introduce ZeroRect constant 2012-06-16 10:06:57 +00:00
taprint.pas
taradialseries.pas TAChart: Support Marks.Attachment = maCenter in pie series 2012-09-16 04:14:00 +00:00
taseries.pas TAChart: Add per-style legend items 2012-06-05 08:47:48 +00:00
tasources.pas TAChart: Fix update of TListChartSource.ValuesTotal cache when adding or removing NaNs 2012-09-16 17:44:59 +00:00
tastyles.pas TAChart: Add TChartStyle.Text property 2012-06-05 08:21:50 +00:00
tatextelements.pas TAChart: Publish TChartTitle.Shape and OnGetShape properties 2012-09-17 03:26:31 +00:00
tatools.pas TAChart: Add TChartToolset.DispatchedShiftState property 2012-09-03 13:54:12 +00:00
tatransformations.pas
tatypes.pas TAChart: Add THistory and TChartExtentHistory utility classes 2012-09-14 12:02:55 +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>