lazarus/components/tachart
2020-08-03 15:13:17 +00:00
..
aggpas
bgra
demo TAChart: Add rotated axes demo. Improved layout of the other axis demos. 2020-08-03 15:13:17 +00:00
editors
fpdoc
fpvectorial
icons
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #37405 2020-07-22 22:13:05 +00:00
numlib_fix
opengl
print
test
tutorials
wmf
Makefile LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
Makefile.compiled LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
Makefile.fpc LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
README.txt
taanimatedsource.pas
taaxissource.pas
tachartaxis.pas TAChart: Fix positioning of labels on rotated axes. Issue #35535, idea by Marcin Wiazowski 2020-08-03 12:07:32 +00:00
tachartaxisutils.pas TAChart: Fix positioning of labels on rotated axes. Issue #35535, idea by Marcin Wiazowski 2020-08-03 12:07:32 +00:00
tachartcombos.pas LCL: Remove deprecated TComboBox.ReadOnly. 2020-05-01 21:12:54 +00:00
tachartextentlink.pas
tachartimagelist.pas
tachartlazaruspkg.lpk LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
tachartlazaruspkg.pas
tachartlistbox.pas TAChart: Fix drawing of checkboxes/radiobuttons on Cocoa, part 2. 2020-02-16 15:48:08 +00:00
tachartstrconsts.pas TAChart: Handle numerical overflows during fitting by catching the exception. 2020-07-22 08:09:47 +00:00
tachartteechart.pas
tachartutils.pas TAChart: Add size-dependent string formatting function (FloatToStrEx) 2020-07-21 09:04:18 +00:00
tacustomfuncseries.pas TAChart: Fix for fitdemo crashing on 64-bit, issue #37354 2020-07-22 07:48:15 +00:00
tacustomseries.pas TAChart: Fix usage of incorrect axis transformation in FindExtentInterval of rotated TBasicPointSeries (https://forum.lazarus.freepascal.org/index.php/topic,50048.0.html) 2020-06-02 16:07:32 +00:00
tacustomsource.pas TAChart: Add missing check for NaN to TCustomChartSource.XOfMax and .XOfMin (https://forum.lazarus.freepascal.org/index.php/topic,49848.0.html). 2020-05-18 09:36:40 +00:00
tadatapointseditor.lfm
tadatapointseditor.pas TAChart: Fix crash when unsorted data are entered into DataPointsEditor for a sorted chartsource 2019-11-23 22:26:40 +00:00
tadatatools.pas
tadbsource.pas TAChart: Add property DateTimeFormat to TDBChartSource for date/time fields returned as strings. 2020-04-26 17:35:23 +00:00
tadiagram.pas
tadiagramdrawing.pas
tadiagramlayout.pas
tadrawercanvas.pas
tadrawerfpcanvas.pas
tadrawersvg.pas
tadrawutils.pas
taenumerators.pas
taexpressionseries.pas TAChart: Remove "not initialized" warnings. 2020-07-16 20:11:06 +00:00
tafitlib.pas TAChart: Handle numerical overflows during fitting by catching the exception. 2020-07-22 08:09:47 +00:00
tafitutils.pas TAChart: Fix crash of fitdemo to polygon when DOF=0 2020-07-21 09:46:59 +00:00
tafonts.pas
tafuncseries.pas TAChart: Handle numerical overflows during fitting by catching the exception. 2020-07-22 08:09:47 +00:00
tageometry.pas TAChart: Remove "not initialized" warnings. 2020-07-16 20:11:06 +00:00
tagraph.pas TAChart: Publish OnMouseEnter and OnMouseLeave events. 2020-07-15 23:15:10 +00:00
tagraph.res
taguiconnector.pas
tahtml.pas
taintervalsources.pas
talegend.pas TAChart: Add TLegendItemBrushPenRect to display pen in legend icons of TBarSeries, TAreaSeries and TBubbleSeries. 2020-03-17 18:20:10 +00:00
talegendpanel.pas
tamath.pas
tamultiseries.pas TAChart: Add TLegendItemBrushPenRect to display pen in legend icons of TBarSeries, TAreaSeries and TBubbleSeries. 2020-03-17 18:20:10 +00:00
tanavigation.pas
taradialseries.pas TAChart: Remove "not initialized" warnings. 2020-07-16 20:11:06 +00:00
taseries.pas TAChart: Remove "not initialized" warnings. 2020-07-16 20:11:06 +00:00
tasources.pas TAChart: Remove "not initialized" warnings. 2020-07-16 20:11:06 +00:00
tastyles.pas
tatextelements.pas
tatools.pas TAChart: Remove "not initialized" warnings. 2020-07-16 20:11:06 +00:00
tatransformations.pas TAChart: Avoid crash in unfavorable cases when cChart, NavPanel and AutoScaleAxisTransforms are on the form (https://forum.lazarus.freepascal.org/index.php/topic,47429.0.html). Patch by PaulRowntree. 2019-11-17 11:29:33 +00:00
tatypes.pas TAChart: Remove "not initialized" warnings. 2020-07-16 20:11:06 +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>