lazarus/components/tachart
2023-03-19 11:49:36 +01:00
..
aggpas TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
bgra TAChart: Fix text background painting in BGRA drawer. (https://forum.lazarus.freepascal.org/index.php/topic,62609.0.html). 2023-03-08 12:03:38 +01:00
demo TAChart: Separate color map functionality from TColorMapSeries into a generally-usable class TColorMap (unit TAColorMap). 2023-03-17 20:09:36 +01:00
editors
fpdoc
fpvectorial TAChart: Fix compilation of fpvectorial drawer package broken after commit 53f7749d. Issue #40086. 2023-01-10 15:35:05 +01:00
icons
languages Regenerated translations. 2022-12-08 03:30:04 +03:00
numlib_fix
opengl
print
test
tutorials
wmf
Makefile
Makefile.compiled
Makefile.fpc updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
README.txt
taanimatedsource.pas
taaxissource.pas
tachartaxis.pas
tachartaxisutils.pas TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
tachartcombos.pas
tachartextentlink.pas TAChart: Add method to remove a chart from the ChartExtentLink. 2022-12-09 19:39:54 +01:00
tachartimagelist.pas
tachartlazaruspkg.lpk TAChart: Separate color map functionality from TColorMapSeries into a generally-usable class TColorMap (unit TAColorMap). 2023-03-17 20:09:36 +01:00
tachartlazaruspkg.pas TAChart: Separate color map functionality from TColorMapSeries into a generally-usable class TColorMap (unit TAColorMap). 2023-03-17 20:09:36 +01:00
tachartlistbox.pas TAChart: Workaround for TChartListbox not detecting clicks on checkbox and series icon correctly on macOS Monterey. See https://forum.lazarus.freepascal.org/index.php/topic,61074.msg458489.html. 2022-11-02 21:59:26 +01:00
tachartliveview.pas
tachartstrconsts.pas TAChart: Add new TDataPointMarksClickTool 2022-07-23 19:32:56 +02:00
tachartteechart.pas
tachartutils.pas FPC: Extend System.UITypes 2022-12-18 09:47:42 +01:00
tacolormap.pas TAChart: Separate color map functionality from TColorMapSeries into a generally-usable class TColorMap (unit TAColorMap). 2023-03-17 20:09:36 +01:00
tacustomfuncseries.pas TAChart: Fixed incorrect drawing of rotated cubicspline series. Issue #40156. 2023-03-09 15:38:04 +01:00
tacustomseries.pas TAChart: New event OnAddStyleToLegend for TChartStyles to control showing levels of stacked series in legend. https://forum.lazarus.freepascal.org/index.php/topic,62596.msg473977.html#msg473977 2023-03-11 19:15:14 +01:00
tacustomsource.pas TAChart: Fix TListChartSource.CopyFrom not copying additional x and y values. 2023-02-11 18:02:05 +01:00
tadatapointseditor.lfm
tadatapointseditor.pas
tadatatools.pas
tadbsource.pas
tadiagram.pas
tadiagramdrawing.pas
tadiagramlayout.pas
tadrawercanvas.pas
tadrawerfpcanvas.pas
tadrawersvg.pas
tadrawutils.pas
taenumerators.pas
taexpressionseries.pas
tafitlib.pas
tafitutils.pas
tafonts.pas
tafuncseries.pas TAChart: Improved drawing speed of TColorMapSeries 2023-03-19 11:49:36 +01:00
tageometry.pas TAChart: Add function PointDist overload for TDoublePoint arguments. 2023-03-12 18:18:16 +01:00
tagraph.pas TAChart: Improved drawing speed of TColorMapSeries 2023-03-19 11:49:36 +01:00
tagraph.res
taguiconnector.pas
tahtml.pas
taintervalsources.pas TAChart: Add aipInteger as new TAxisIntervalParamOption to force axis labels only in integer steps. 2022-11-06 18:28:57 +01:00
talegend.pas TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
talegendpanel.pas
tamath.pas
tamultiseries.pas TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
tanavigation.pas
tapolygonseries.pas TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
taradialseries.pas
taseries.pas TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
tasources.pas TAChart: Fix TListChartSource.CopyFrom not copying additional x and y values. 2023-02-11 18:02:05 +01:00
tastyles.pas TAChart: New event OnAddStyleToLegend for TChartStyles to control showing levels of stacked series in legend. https://forum.lazarus.freepascal.org/index.php/topic,62596.msg473977.html#msg473977 2023-03-11 19:15:14 +01:00
tatextelements.pas TAChart: More flexible usage of system colors in drawers. 2023-03-09 12:12:04 +01:00
tatools.pas TAChart: Fix TDataPointMarksClickTool crashing when series is empty. 2022-11-28 19:14:48 +01:00
tatransformations.pas
tatypes.pas

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>