lazarus/components/tachart
2024-12-12 12:01:58 +01:00
..
aggpas
bgra
demo TAChart: Add demo for AxisClickTool 2024-02-17 15:59:27 +01:00
editors TAChart: Support ChartAxis.Position cuAxis. For this, add OrthogonalAxisIndex property and corresponding property editor. 2024-03-01 00:26:45 +01:00
fpdoc
fpvectorial
icons IDE/Images: New component palette icons by Roland Hahn with consistent style. 2024-07-12 23:03:49 +02:00
languages Translations: French translation update by Gilles Vasseur, issue #41195 2024-10-20 02:18:21 +03:00
numlib_fix
opengl
print
test TAChart: Fix unit test failure for IncQuarter. 2024-05-09 17:47:58 +02:00
tutorials
wmf
Makefile updated makefiles 2024-10-22 00:30:20 +02:00
Makefile.compiled updated makefiles 2024-07-15 10:50:53 +02:00
Makefile.fpc updated makefiles 2024-07-15 10:50:53 +02:00
README.txt
taanimatedsource.pas
taaxissource.pas
tachartaxis.pas TAChart: Fixes incorrect axis title alignment in TChartExtentLink when one title is empty or when Axis.Title.Attachment = maCenter. 2024-04-30 22:48:40 +02:00
tachartaxisutils.pas TAChart: Fix axis click tool sometimes detecting wrong axis part. 2024-02-17 15:46:11 +01:00
tachartcombos.pas
tachartextentlink.pas TAChart: Fixes incorrect axis title alignment in TChartExtentLink when one title is empty or when Axis.Title.Attachment = maCenter. 2024-04-30 22:48:40 +02:00
tachartimagelist.pas
tachartlazaruspkg.lpk
tachartlazaruspkg.pas
tachartlistbox.pas
tachartliveview.pas
tachartstrconsts.pas
tachartteechart.pas
tachartutils.pas TAChart: Fix unit test failure for IncQuarter. 2024-05-09 17:47:58 +02:00
tacolormap.pas
tacustomfuncseries.pas
tacustomseries.pas TAChart: Support series pointers in TAChartStyle. 2024-03-16 22:24:31 +01:00
tacustomsource.pas
tadatapointseditor.lfm
tadatapointseditor.pas
tadatatools.pas TAChart: More changes related to issue #40780. Patch by raspberryrabbit. 2024-02-18 11:34:16 +01:00
tadbsource.pas
tadiagram.pas
tadiagramdrawing.pas
tadiagramlayout.pas
tadrawercanvas.pas
tadrawerfpcanvas.pas
tadrawersvg.pas TAChart: More speedup of TADrawerSVG.ColorToHex. Issue #40967. Patch by Alexey Torgashin. 2024-05-23 15:27:20 +02:00
tadrawutils.pas
taenumerators.pas
taexpressionseries.pas
tafitlib.pas
tafitutils.pas
tafonts.pas
tafuncseries.pas TAChart: Support series pointers in TAChartStyle. 2024-03-16 22:24:31 +01:00
tageometry.pas
tagraph.pas TAChart: Fix crash when Hide is called for an inactive chart tool. 2024-12-12 12:01:58 +01:00
tagraph.res IDE/Images: New component palette icons by Roland Hahn with consistent style. 2024-07-12 23:03:49 +02:00
taguiconnector.pas
tahtml.pas
taintervalsources.pas TAChart: Fix unit test failure for IncQuarter. 2024-05-09 17:47:58 +02:00
talegend.pas TAChart: Fix TLegendColumnCount to allow value 0 2024-09-27 19:32:53 +02:00
talegendpanel.pas
tamath.pas
tamultiseries.pas TAChart: Avoid drawing no candlestick box when open and close prices in a TOpenHighLowCloseSeries are equal. 2024-03-05 22:46:44 +01:00
tanavigation.pas
tapolygonseries.pas
taradialseries.pas TAChart: Support series pointers in TAChartStyle. 2024-03-16 22:24:31 +01:00
taseries.pas TAChart: Support series pointers in TAChartStyle. 2024-03-16 22:24:31 +01:00
tasources.pas
tastyles.pas TAChart: Support series pointers in TAChartStyle. 2024-03-16 22:24:31 +01:00
tatextelements.pas
tatools.pas TAChart: Fix crash when Hide is called for an inactive chart tool. 2024-12-12 12:01:58 +01:00
tatransformations.pas
tatypes.pas TAChart: Fix inconsistent usage of brush styles in series OnCustomDrawPointer (https://forum.lazarus.freepascal.org/index.php/topic,66664.msg511859.html#msg511859). 2024-03-22 22:21:22 +01: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>