lazarus/components/tachart
2021-08-06 23:47:10 +02:00
..
aggpas
bgra
demo TAChart: Fix operation of vertical and horizontal shapes of DataPointCrosshairTool in Basic demo 2021-08-06 00:00:56 +02:00
editors
fpdoc TAChart: more specific doc on TChartAxis.Inverted. 2021-07-21 21:19:31 +00:00
fpvectorial
icons Components: Add copyright notes to all folders to which Roland Hahn has contributed images. 2021-02-24 22:17:51 +00:00
languages
numlib_fix
opengl TAChart: Check/fix in demos: compilation, runtime behavior, hints & warnings, anchored layout. 2021-08-05 23:23:53 +02:00
print
test
tutorials
wmf
Makefile set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
Makefile.compiled set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
Makefile.fpc set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
README.txt
taanimatedsource.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
taaxissource.pas
tachartaxis.pas TAChart: Fix TAChartExtentLink ignoring the size of the axis title. 2021-04-03 11:40:55 +00:00
tachartaxisutils.pas TAChart: Register TStringMultiLinePropertyEditor for TAChartAxisTitle.Caption 2021-03-14 10:33:57 +00:00
tachartcombos.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tachartextentlink.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tachartimagelist.pas
tachartlazaruspkg.lpk TAChart: Fix compilation with FPC 3.0.4, issue #38623. Undo part of r64450 #47499875e6 which does not compile with 3.0.4 either. 2021-03-14 21:30:50 +00:00
tachartlazaruspkg.pas TAChart: Register TStringMultiLinePropertyEditor for TAChartAxisTitle.Caption 2021-03-14 10:33:57 +00:00
tachartlistbox.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tachartliveview.pas TAChart: Add methods StoreAxisRange() and RestoreAxisRange() to LiveView component. 2021-07-22 21:35:26 +00:00
tachartstrconsts.pas
tachartteechart.pas
tachartutils.pas
tacustomfuncseries.pas
tacustomseries.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tacustomsource.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tadatapointseditor.lfm
tadatapointseditor.pas
tadatatools.pas TAChart: Less hints and warnings 2021-08-05 11:01:29 +02:00
tadbsource.pas
tadiagram.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tadiagramdrawing.pas
tadiagramlayout.pas
tadrawercanvas.pas
tadrawerfpcanvas.pas
tadrawersvg.pas
tadrawutils.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
taenumerators.pas
taexpressionseries.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tafitlib.pas
tafitutils.pas
tafonts.pas Pas2js, SynEdit, TAChart, IPro: Use a faster compare method for case-insensitive strings and StringLists. 2021-02-05 11:28:05 +00:00
tafuncseries.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tageometry.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tagraph.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tagraph.res
taguiconnector.pas
tahtml.pas
taintervalsources.pas
talegend.pas TAChart: Fix legend background color for AggPas drawer. 2021-08-05 23:19:27 +02:00
talegendpanel.pas
tamath.pas
tamultiseries.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tanavigation.pas
tapolygonseries.pas
taradialseries.pas
taseries.pas TAChart: Fix axis line in a paned chart extending beyond the pane boundaries. Issue #39312. 2021-08-06 23:47:10 +02:00
tasources.pas TAChart: Avoid ListChartSource.CopyFrom adding NaN-Points at the end when copying from a DbChartSource and RecordCount is not correct. 2021-03-19 23:49:09 +00:00
tastyles.pas
tatextelements.pas TAChart: Various improvements of ChartEditor demo. 2021-08-03 14:24:57 +02:00
tatools.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tatransformations.pas
tatypes.pas TAChart: Fix TChartTitle.Assign 2021-07-31 21:44:53 +02: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>