lazarus/components/tachart
mattias a472e9ef09 buildintf: split from ideintf
git-svn-id: trunk@62795 -
2020-03-22 11:58:11 +00:00
..
aggpas
bgra TAChart: Don't check class types twice (issue #35614). 2019-05-21 22:26:14 +00:00
demo TAChart: Improved and scaled layout of TChartListbox demo. 2019-12-27 19:18:05 +00:00
editors
fpdoc
fpvectorial
icons TAChart: Add palette icon for TSortedChartSource. 2019-05-20 23:14:43 +00:00
languages Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
numlib_fix
opengl TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built (https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html). 2019-09-18 09:13:39 +00:00
print
test
tutorials TAChart: Add source code for tutorials https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Userdefined_ChartSource and https://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Dual_y_axis,_Legend 2019-11-16 10:52:06 +00:00
wmf
Makefile buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
Makefile.compiled buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
Makefile.fpc buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
README.txt
taanimatedsource.pas TAChart: Change TAnimatedChartSource Extent properties to be like those of TSortedChartSource. Issue #35612, patch by Marcin Wiazowski. 2019-05-22 10:47:26 +00:00
taaxissource.pas
tachartaxis.pas TAChart: New axis event OnGetMarkText to replace the old OnMarkToText (which does not pass the used axis in a parameter). Deprecate OnMarkToText. 2019-10-25 14:48:33 +00:00
tachartaxisutils.pas TAChart: New axis event OnGetMarkText to replace the old OnMarkToText (which does not pass the used axis in a parameter). Deprecate OnMarkToText. 2019-10-25 14:48:33 +00:00
tachartcombos.pas
tachartextentlink.pas TAChart: Improved usability of AlignSides in TChartExtentLink (https://forum.lazarus.freepascal.org/index.php/topic,46243.msg330963.html#msg330963). 2019-08-18 08:49:14 +00:00
tachartimagelist.pas
tachartlazaruspkg.lpk TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built (https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html). 2019-09-18 09:13:39 +00:00
tachartlazaruspkg.pas TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built (https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html). 2019-09-18 09:13:39 +00:00
tachartlistbox.pas TAChart: Fix drawing of checkboxes/radiobuttons on Cocoa, part 2. 2020-02-16 15:48:08 +00:00
tachartstrconsts.pas
tachartteechart.pas
tachartutils.pas TAChart: Improved implementation of IsEquivalent. Issue #35537, patch by Marcin Wiazowski. 2019-05-09 10:32:43 +00:00
tacustomfuncseries.pas
tacustomseries.pas TAChart: Add TLegendItemBrushPenRect to display pen in legend icons of TBarSeries, TAreaSeries and TBubbleSeries. 2020-03-17 18:20:10 +00:00
tacustomsource.pas TAChart: Provide a mechanism which automatically detects when a ListChartSource is sorted. Slightly modified patch by Marcin Wiazowski, issue #35681. 2019-06-17 14:38:02 +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
tadiagram.pas TAChart: Don't check class types twice (issue #35614). 2019-05-21 22:26:14 +00:00
tadiagramdrawing.pas TAChart: Revert r61263 #aa69a266b0 for TADiagramDrawing.pas. 2019-05-22 09:57:30 +00:00
tadiagramlayout.pas
tadrawercanvas.pas TAChart: Don't check class types twice (issue #35614). 2019-05-21 22:26:14 +00:00
tadrawerfpcanvas.pas
tadrawersvg.pas TAChart: Don't check class types twice (issue #35614). 2019-05-21 22:26:14 +00:00
tadrawutils.pas
taenumerators.pas
taexpressionseries.pas TAChart: Exit public series methods when series is empty. Issue #35618, patch by Marcin Wiazowski. 2019-05-22 09:32:35 +00:00
tafitlib.pas TAChart: Fix divide-by-zero error in TFitSeries. 2019-10-18 11:15:35 +00:00
tafitutils.pas
tafonts.pas TAChart: Fix svg drawer not finding fonts on Mac (https://forum.lazarus.freepascal.org/index.php/topic,45461.msg321532.html). 2019-05-18 21:53:16 +00:00
tafuncseries.pas TAChart: Avoid painting of gaps in non-solid series using the brush color when ChartStyles are active. 2019-10-20 11:07:40 +00:00
tageometry.pas
tagraph.pas TAChart: Paint series shadow to have a constant pixel distance to original position. Issue #35640, patch by Marcin Wiazowski. 2019-05-31 09:48:33 +00:00
tagraph.res TAChart: Add palette icon for TSortedChartSource. 2019-05-20 23:14:43 +00:00
taguiconnector.pas
tahtml.pas
taintervalsources.pas TAChart: TDateTimeIntervalChartSource supports bracket time sympols in FormatDateTime() now (e.g. [h]:nn:ss). 2019-11-01 18:57:51 +00:00
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 TAChart: Publish "forgotten" properties (Visible, BorderSpacing) for TChartNavPanel and TChartLegendPanel (Issue #35615). 2019-05-21 22:39:44 +00:00
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 TAChart: Publish "forgotten" properties (Visible, BorderSpacing) for TChartNavPanel and TChartLegendPanel (Issue #35615). 2019-05-21 22:39:44 +00:00
taradialseries.pas TAChart: Add new property "AngleRange" to TPieSeries to enable a "halfdonut series" 2019-12-08 18:22:21 +00:00
taseries.pas TAChart: Add TLegendItemBrushPenRect to display pen in legend icons of TBarSeries, TAreaSeries and TBubbleSeries. 2020-03-17 18:20:10 +00:00
tasources.pas TAChart: Fix updating of extent caches for sources with multiple y and/or x values. Patch by Marcin Wiazowski. 2019-11-18 18:31:18 +00:00
tastyles.pas TAChart: Avoid painting of gaps in non-solid series using the brush color when ChartStyles are active. 2019-10-20 11:07:40 +00:00
tatextelements.pas
tatools.pas TAChart: Fix cursor not restoring when during PanDrag the left mouse button is pressed (http://www.lazarusforum.de/viewtopic.php?f=18&t=12413). 2019-06-14 09:50:38 +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 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>