lazarus/components/tachart
2019-03-15 19:04:46 +00:00
..
aggpas
demo TAChart: New property MarkPositionCentered for TPieSeries. 2019-03-15 19:04:46 +00:00
editors TAChart: Add ready-made procedure to call DataPoints editor from user call. Add option to hide Color column. 2019-02-26 16:49:58 +00:00
fpdoc
fpvectorial
icons
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35192 2019-03-06 22:29:13 +00:00
numlib_fix
test TAChart: Refactor equation text generation for TFitSeries to simplify cases where coefficients are 1 2019-03-03 15:32:28 +00:00
tutorials
Makefile
Makefile.compiled
Makefile.fpc
README.txt
taanimatedsource.pas
taaxissource.pas
tabgrautils.pas
tachartaxis.pas
tachartaxisutils.pas
tachartbgra.lpk
tachartbgra.pas
tachartcombos.pas
tachartextentlink.pas
tachartimagelist.pas
tachartlazaruspkg.lpk TAChart: Fix chart scaling issues, patch by Marcin Wiazowski, issue #35207. Update some demos. 2019-03-09 18:09:47 +00:00
tachartlazaruspkg.pas TAChart: Split design code off of DataPoint editor. 2019-02-25 11:32:26 +00:00
tachartlistbox.pas
tachartprint.lpk
tachartprint.pas
tachartstrconsts.pas TAChart: Fix initialization of custom fit functions for TFitSeries. Issue #35162. 2019-03-01 00:23:36 +00:00
tachartteechart.pas
tachartutils.pas TAChart: Fix broadcasting of notifications when an exception occurs. Issue #35210, patch by Marcin Wiazowski. 2019-03-12 08:58:56 +00:00
tachartwmf.lpk
tachartwmf.pas
tacustomfuncseries.pas
tacustomseries.pas TAChart: Add new property DepthBrightnessDelta to some series for improved rendering in pseudo-3D mode. Update related demos. 2019-03-12 17:35:19 +00:00
tacustomsource.pas TAChart: TCustomChartSource.ExtentList uses only multiple y and ignores multiple x values (which are included in .ExtentXYList). 2019-02-27 00:03:48 +00:00
tadatapointseditor.lfm TAChart: Some user-interface improvements in DataPoints editor. 2019-02-26 15:39:43 +00:00
tadatapointseditor.pas TAChart: Fix compilation on Linux (broken by r60512 #6e6af28591). Patch by Lagunov Aleksey, issue #35167). 2019-02-28 13:24:17 +00:00
tadatatools.pas
tadbsource.pas TAChart: Fix TDBChartSource to work again even if no FieldX is specified. 2019-03-05 10:35:44 +00:00
tadiagram.pas
tadiagramdrawing.pas
tadiagramlayout.pas
tadrawerbgra.pas
tadrawercanvas.pas
tadrawerfpcanvas.pas
tadraweropengl.pas
tadrawersvg.pas TAChart: Some optimizations from patches by Marcin Wiazowski. Decimal separator test for TListChartSource.DataPoints. 2019-02-24 22:11:44 +00:00
tadrawerwmf.pas
tadrawutils.pas
taenumerators.pas
taexpressionseries.pas
tafitlib.pas TAChart: Some simplification in TFitSeries. Code by Marcin Wiazowski, issue #35162. 2019-03-01 23:43:18 +00:00
tafitutils.pas TAChart: Refactor equation text generation for TFitSeries to simplify cases where coefficients are 1 2019-03-03 15:32:28 +00:00
tafonts.pas
tafuncseries.pas TAChart: Fix chart scaling issues, patch by Marcin Wiazowski, issue #35207. Update some demos. 2019-03-09 18:09:47 +00:00
tageometry.pas
tagraph.pas TAChart: Add new property DepthBrightnessDelta to some series for improved rendering in pseudo-3D mode. Update related demos. 2019-03-12 17:35:19 +00:00
tagraph.res
taguiconnector.pas
taguiconnectorbgra.pas
tahtml.pas
taintervalsources.pas
talegend.pas
talegendpanel.pas
tamath.pas
tamultiseries.pas TAChart: Exit TFieldSeries.GetNearestPoint immediately when series is empty. 2019-03-09 22:31:36 +00:00
tanavigation.pas
taopengl.pas
taprint.pas
taradialseries.pas TAChart: New property MarkPositionCentered for TPieSeries. 2019-03-15 19:04:46 +00:00
taseries.pas TAChart: New property MarkPositionCentered for TPieSeries. 2019-03-15 19:04:46 +00:00
tasources.pas TAChart: Fix incorrect handling quotes in TListChartSource.DataPoints. Issue #35155, patch by Marcin Wiazowski. 2019-02-26 20:51:55 +00:00
tastyles.pas
tatextelements.pas
tatools.pas TAChart: Fix data point tools crashing due to invalid graph/image conversion when tool is active before chart is drawn. 2019-03-09 22:27:42 +00: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>