lazarus/components/tachart
2012-09-21 15:28:58 +00:00
..
demo TAChart: Add "Auto Y extent" page to the "func" demo 2012-09-18 09:33:06 +00:00
editors TAChart: Add axis index property editor 2012-09-15 14:22:51 +00:00
fpdoc
icons
numlib_fix
test TAChart: Add tests for TCustomChartSource.FindBounds procedure 2012-09-17 11:25:53 +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 TAChart: Add TChartExtentLink.AddChart procedure 2012-09-21 11:23:38 +00:00
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
tachartutils.pas TAChart: Add common TImageToGraphFunc and TGraphToImageFunc types 2012-09-21 15:28:58 +00:00
tachartwmf.lpk
tachartwmf.pas
tacustomseries.pas TAChart: Support axis transformations in TCustomChartSeries.MovePoint 2012-09-21 15:15:24 +00:00
tacustomsource.pas TAChart: Fix FormatItemXYText incorrectly formatting "Text" field due to "const String" param. 2012-09-18 14:50:07 +00:00
tadatatools.pas TAChart: Extract TATextElements unit 2012-09-08 07:02:21 +00:00
tadbsource.pas TAChart: Fix memory leak in TDbChartSource.BeforeDraw 2012-09-18 14:07:02 +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 common TImageToGraphFunc and TGraphToImageFunc types 2012-09-21 15:28:58 +00:00
tageometry.pas TAChart: Add mark callouts 2012-09-08 16:09:14 +00:00
tagraph.lrs
tagraph.pas TAChart: Add TBasicPointSeries.MovePoint overload for graph coordinates 2012-09-21 11:15:15 +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: Fix drawing of pie series with data from the db source 2012-09-18 15:27:16 +00:00
taseries.pas TAChart: Add TBasicPointSeries.MovePoint overload for graph coordinates 2012-09-21 11:15:15 +00:00
tasources.pas TAChart: Do not notify from TListChartSource.SetXValue and SetYValue if the value did not actually change. 2012-09-21 10:51:46 +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 TDataPointDragTool.OnDragStart event 2012-09-21 14:43:38 +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>