lazarus/components/tachart
2023-02-18 01:30:31 +03:00
..
aggpas TAChart: Chart drawers support setting pen width. 2021-01-12 16:44:38 +00:00
bgra TAChart: Chart drawers support setting pen width. 2021-01-12 16:44:38 +00:00
demo TAChart: Add InitFonts procedure to TADrawerFPCanvas initialize default font directories. Remove GetDefaultFontName. 2021-09-29 09:52:14 +02:00
editors TAChart: Fix crash in design mode when Undo is executed after deleting a series. 2022-07-30 01:41:42 +03:00
fpdoc Merged revision(s) 65456 #b303ecbdd8, 65463 #e03705d02d from trunk: 2021-07-16 21:20:10 +00:00
fpvectorial TAChart: Chart drawers support setting pen width. 2021-01-12 16:44:38 +00:00
icons Components: Add copyright notes to all folders to which Roland Hahn has contributed images. 2021-02-24 22:17:51 +00:00
languages Translations: French translation update by Gilles Vasseur, issue #39487 2021-11-26 03:58:45 +03:00
numlib_fix TAChart: Remove old deprecated code. 2018-10-02 20:34:45 +00:00
opengl TAChart: Check/fix in demos: compilation, runtime behavior, hints & warnings, anchored layout. 2021-08-08 12:51:15 +02:00
print TAChart: Fix compilation of additional drawer packages in FPC 3.2+ 2019-04-07 12:08:44 +00:00
test TAChart: Add StartOfTheQuarter and IncQuarter functions (date/time-related). Add related unit tests. 2022-01-15 02:11:22 +03: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 set fixes version to 2.2.2 2022-05-15 09:51:43 +02:00
Makefile.compiled set fixes version to 2.2.0RC1 2021-06-15 13:51:24 +00:00
Makefile.fpc set fixes version to 2.2.0RC1 2021-06-15 13:51:24 +00:00
README.txt
taanimatedsource.pas TAChart: Less hints and warnings 2021-08-05 12:06:12 +02: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 missing minor ticks when an axis is inverted by means of a linear axis transform. Issue #39546. 2022-01-14 02:32:39 +03:00
tachartaxisutils.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02:00
tachartcombos.pas TAChart: Less hints and warnings 2021-08-05 12:06:12 +02:00
tachartextentlink.pas TAChart: Less hints and warnings 2021-08-05 12:06:12 +02: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: Fix compilation with FPC 3.0.4, issue #38623. Undo part of r64450 #47499875e6 which does not compile with 3.0.4 either. 2021-03-14 21:30:50 +00:00
tachartlazaruspkg.pas TAChart: Register TStringMultiLinePropertyEditor for TAChartAxisTitle.Caption 2021-03-14 10:33:57 +00: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. 2023-02-18 01:30:31 +03:00
tachartliveview.pas TAChart: Fix designtime crash when Chart is unlinked from ChartLiveView; add missing Notification method. 2022-05-09 22:55:17 +03:00
tachartstrconsts.pas TAChart: Initial commit of new TPolygonSeries 2020-12-19 23:08:11 +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 StartOfTheQuarter and IncQuarter functions (date/time-related). Add related unit tests. 2022-01-15 02:11:22 +03:00
tacustomfuncseries.pas TAChart: Fix for fitdemo crashing on 64-bit, issue #37354 2020-07-22 07:48:15 +00:00
tacustomseries.pas TAChart: Less hints and warnings 2021-08-05 12:06:12 +02:00
tacustomsource.pas TAChart: Fix legend issue #39313 2021-08-08 12:51:17 +02: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: Less hints and warnings 2021-08-05 12:06:13 +02:00
tadbsource.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02:00
tadiagram.pas TAChart: Less hints and warnings 2021-08-05 12:06:12 +02:00
tadiagramdrawing.pas TAChart: Revert r61263 #aa69a266b0 for TADiagramDrawing.pas. 2019-05-22 09:57:30 +00:00
tadiagramlayout.pas
tadrawercanvas.pas TAChart: Chart drawers support setting pen width. 2021-01-12 16:44:38 +00:00
tadrawerfpcanvas.pas TAChart: Add InitFonts procedure to TADrawerFPCanvas initialize default font directories. Remove GetDefaultFontName. 2021-09-29 09:52:14 +02:00
tadrawersvg.pas TAChart: Chart drawers support setting pen width. 2021-01-12 16:44:38 +00:00
tadrawutils.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02:00
taenumerators.pas
taexpressionseries.pas TAChart: Less hints and warnings 2021-08-05 12:06:12 +02:00
tafitlib.pas TAChart: Handle numerical overflows during fitting by catching the exception. 2020-07-22 08:09:47 +00:00
tafitutils.pas TAChart: Less hints and warnings 2021-01-30 23:48:53 +00:00
tafonts.pas Pas2js, SynEdit, TAChart, IPro: Use a faster compare method for case-insensitive strings and StringLists. 2021-02-05 11:28:05 +00:00
tafuncseries.pas TAChart: Fix crash when TCubicSplineSeries.Calculate is called. Issue #39393. 2021-09-24 12:09:47 +02:00
tageometry.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02:00
tagraph.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02: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: Fix quarter-of-year label positioning in TDateTimeIntervalChartSource based on the new IncQuarter() and StartOfTheQuarter() functions. 2022-01-15 02:11:22 +03:00
talegend.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02: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: Fix TBoxAndWhiskerSeries crashing when MinYValue or MaxYValue is queried and the series is empty. 2022-02-08 02:12:18 +03:00
tanavigation.pas TAChart: Publish "forgotten" properties (Visible, BorderSpacing) for TChartNavPanel and TChartLegendPanel (Issue #35615). 2019-05-21 22:39:44 +00:00
tapolygonseries.pas TAChart: Relax condition to close polygon for TPolygonSeries in case of single polygons. 2021-01-14 16:52:50 +00:00
taradialseries.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02:00
taseries.pas TAChart: Find point index error in relation with ColorEach of line series (https://forum.lazarus.freepascal.org/index.php/topic,56324.msg418533.html#msg418533). 2021-09-17 22:52:11 +02:00
tasources.pas TAChart: Less hints and warnings. 2021-08-08 12:51:17 +02: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: Less hints and warnings. 2021-08-08 12:51:17 +02:00
tatools.pas TAChart: Fix occasional flicker of datapoint crosshair tool. Issue #39548, patch by kupferstecher. 2022-01-14 02:32:38 +03: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: Less hints and warnings. 2021-08-08 12:51:17 +02: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>