lazarus/components/tachart
2022-08-22 02:21:13 +03:00
..
aggpas TAChart: Fix aggpas demo showing no text in Linux. 2022-05-15 17:05:33 +02:00
bgra
demo TAChart/html demo: Add EFreeType to language exceptions to avoid crash in case of unreadable ttf fonts. 2022-05-18 00:04:08 +02:00
editors TAChart: Fix crash in design mode when Undo is executed after deleting a series. 2022-07-12 22:46:59 +02:00
fpdoc TAChart: Small improvements of help file for TAMath unit. 2021-10-27 00:14:10 +02:00
fpvectorial
icons
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39863 2022-08-22 02:21:13 +03:00
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 TAChart: Add StartOfTheQuarter and IncQuarter functions (date/time-related). Add related unit tests. 2022-01-14 11:46:56 +01:00
tutorials
wmf
Makefile udpated makefiles 2022-05-29 19:34:19 +02:00
Makefile.compiled
Makefile.fpc
README.txt
taanimatedsource.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
taaxissource.pas
tachartaxis.pas TAChart: Fix missing minor ticks when an axis is inverted by means of a linear axis transform. Issue #39546. 2022-01-11 12:07:20 +01:00
tachartaxisutils.pas TAChart: Add new property TickWidth to chart axis. 2021-11-04 10:36:54 +01: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
tachartlazaruspkg.pas
tachartlistbox.pas TAChart: Cosmetic in TAChartListbox.pas 2022-05-08 16:02:53 +02:00
tachartliveview.pas TAChart: Fix designtime crash when Chart is unlinked from ChartLiveView; add missing Notification method. 2022-05-08 16:02:16 +02:00
tachartstrconsts.pas TAChart: Add new TDataPointMarksClickTool 2022-07-23 19:32:56 +02:00
tachartteechart.pas
tachartutils.pas TAChart: Add StartOfTheQuarter and IncQuarter functions (date/time-related). Add related unit tests. 2022-01-14 11:46:56 +01:00
tacustomfuncseries.pas
tacustomseries.pas TAChart: Add new TDataPointMarksClickTool 2022-07-23 19:32:56 +02:00
tacustomsource.pas TAChart: Fix legend issue #39313 2021-08-07 22:46:13 +02:00
tadatapointseditor.lfm
tadatapointseditor.pas
tadatatools.pas TAChart: Less hints and warnings. Check all demo files for fpc 3.2.2. 2021-10-27 12:59:15 +02:00
tadbsource.pas TAChart: Less hints and warnings. 2021-08-08 00:20:43 +02:00
tadiagram.pas TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
tadiagramdrawing.pas
tadiagramlayout.pas
tadrawercanvas.pas
tadrawerfpcanvas.pas TAChart: Add InitFonts procedure to TADrawerFPCanvas initialize default font directories. Remove GetDefaultFontName. 2021-09-16 00:44:40 +02:00
tadrawersvg.pas
tadrawutils.pas TAChart: Less hints and warnings. 2021-08-08 00:20:43 +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
tafuncseries.pas TAChart: Less hints and warnings. Check all demo files for fpc 3.2.2. 2021-10-27 12:59:15 +02:00
tageometry.pas TAChart: Less hints and warnings. Check all demo files for fpc 3.2.2. 2021-10-27 12:59:15 +02:00
tagraph.pas TAChart: Less hints and warnings. Check all demo files for fpc 3.2.2. 2021-10-27 12:59:15 +02:00
tagraph.res
taguiconnector.pas
tahtml.pas
taintervalsources.pas TAChart: Force TDateTimeIntervalChartSource to place labels at the first day of a week in dtsWeek mode, and at Jan 1 in dtsMonth mode (if visible). 2022-01-14 13:01:47 +01:00
talegend.pas TAChart: TLegendClickTool.OnSeriesClick event should not fire at clicks on empty space within the legend. Fix order of OnLegendClick and OnSeriesClick events. 2021-10-24 11:19:30 +02:00
talegendpanel.pas
tamath.pas
tamultiseries.pas TAChart: Fix drawing of TBoxAndWhiskerSeries when box has zero height. Issue #39615. Patch by Frank Freeman. 2022-02-16 18:28:30 +01:00
tanavigation.pas
tapolygonseries.pas
taradialseries.pas TAChart: Less hints and warnings. 2021-08-08 00:20:43 +02:00
taseries.pas TAChart: Add new TDataPointMarksClickTool 2022-07-23 19:32:56 +02:00
tasources.pas TAChart: Restore default color when TRandomChartSource.RandomColors is false. 2022-01-30 14:02:29 +01:00
tastyles.pas
tatextelements.pas TAChart: Add new TDataPointMarksClickTool 2022-07-23 19:32:56 +02:00
tatools.pas TAChart: Add new TDataPointMarksClickTool 2022-07-23 19:32:56 +02:00
tatransformations.pas
tatypes.pas TAChart: Less hints and warnings. 2021-08-08 00:20:43 +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>