lazarus/components/tachart
wp 3ea304cd6e TAChart: Add demo for TChartLiveView.
git-svn-id: trunk@63763 -
2020-08-16 17:06:43 +00:00
..
aggpas TAChart: Implement in drawing backends methods to access pen color only. 2019-03-25 12:34:17 +00:00
bgra TAChart: Don't check class types twice (issue #35614). 2019-05-21 22:26:14 +00:00
demo TAChart: Add demo for TChartLiveView. 2020-08-16 17:06:43 +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 TAChart: Add script to create chm help file 2019-04-11 11:30:58 +00:00
fpvectorial TAChart: Implement in drawing backends methods to access pen color only. 2019-03-25 12:34:17 +00:00
icons TAChart: Register TChartLiveView. Add new property "ExtentY". 2020-08-16 16:20:58 +00:00
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #37405 2020-07-22 22:13:05 +00:00
numlib_fix TAChart: Remove old deprecated code. 2018-10-02 20:34:45 +00:00
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 TAChart: Fix compilation of additional drawer packages in FPC 3.2+ 2019-04-07 12:08:44 +00:00
test TAChart: Fix TCustomChartSource.FindBounds for XCount = 0. Add test cases. 2019-04-18 13:49:58 +00:00
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 TAChart: Fix compilation of additional drawer packages in FPC 3.2+ 2019-04-07 12:08:44 +00:00
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 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 TAChart: Fix initialization/reset issue in TCustomAxisChartSource. Issue #35387, patch by Marcin Wiazowski. 2019-04-16 14:24:51 +00:00
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 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 TAChart: Extend TChartImageList to work for non-series icons also at designtime. 2018-10-03 13:12:40 +00:00
tachartlazaruspkg.lpk TAChart: Register TChartLiveView. Add new property "ExtentY". 2020-08-16 16:20:58 +00:00
tachartlazaruspkg.pas TAChart: Register TChartLiveView. Add new property "ExtentY". 2020-08-16 16:20:58 +00:00
tachartlistbox.pas TAChart: Fix drawing of checkboxes/radiobuttons on Cocoa, part 2. 2020-02-16 15:48:08 +00:00
tachartliveview.pas TAChart: Fix early crash of new ChartLiveView 2020-08-16 17:03:16 +00:00
tachartstrconsts.pas TAChart: Handle numerical overflows during fitting by catching the exception. 2020-07-22 08:09:47 +00:00
tachartteechart.pas TAChart: Add helper methods ZoomPercent and UndoZoom to TAChartTeeChart for improved Delphi compatibility. 2019-01-11 11:17:53 +00:00
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: Register TChartLiveView. Add new property "ExtentY". 2020-08-16 16:20:58 +00:00
tacustomsource.pas TAChart: Register TChartLiveView. Add new property "ExtentY". 2020-08-16 16:20:58 +00:00
tadatapointseditor.lfm TAChart: Some user-interface improvements in DataPoints editor. 2019-02-26 15:39:43 +00:00
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 TAChart: Fix some chart tools not being painted when chart is saved to image file. 2019-04-12 17:23:29 +00:00
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 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: Undo r63696 after the root cause of the work-around was fixed in r63702 #f6796707ef 2020-08-09 13:01:55 +00:00
tadrawerfpcanvas.pas TAChart: Implement in drawing backends methods to access pen color only. 2019-03-25 12:34:17 +00:00
tadrawersvg.pas TAChart: Don't check class types twice (issue #35614). 2019-05-21 22:26:14 +00:00
tadrawutils.pas TAChart: Implement in drawing backends methods to access pen color only. 2019-03-25 12:34:17 +00:00
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 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: 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: Add FullExtentBroadcaster. 2020-08-14 21:25:53 +00:00
tagraph.res TAChart: Register TChartLiveView. Add new property "ExtentY". 2020-08-16 16:20:58 +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 TAChart: Beginning to update the xml help files. 2019-02-11 16:13:37 +00:00
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: 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 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 TAChart: Initial implementation of TLegendClickTool. 2019-04-01 22:55:53 +00:00
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>