Commit Graph

2542 Commits

Author SHA1 Message Date
wp_xyz
6b24a4e57c TAChart: Add new property TickWidth to chart axis. 2021-11-04 10:36:54 +01:00
wp_xyz
cda74efb64 TAChart: Rework sample "db" to avoid confusion due to stacked series. 2021-10-27 13:20:53 +02:00
wp_xyz
8d942a675f TAChart: Less hints and warnings. Check all demo files for fpc 3.2.2. 2021-10-27 12:59:15 +02:00
wp_xyz
b58bc06733 TAChart: Small improvements of help file for TAMath unit. 2021-10-27 00:14:10 +02:00
wp_xyz
811f3994dd TAChart/ChartEditor: Use new TLegendClickTool.OnSeriesClick event rather than .OnLegendClick 2021-10-24 11:29:29 +02:00
wp_xyz
cc0800d0d0 TAChart: TLegendClickTool.OnSeriesClick event should not fire at clicks on empty space within the legend. Fix order of OnLegendClick and OnSeriesClick events. 2021-10-24 11:19:30 +02:00
wp_xyz
4f84bdc0f3 TAChart: Fix double-click in TLegendClickTool. 2021-10-23 22:53:38 +02:00
wp_xyz
b4876dc79f TAChart: Support right-to-left mode in TChartListbox. 2021-10-23 22:44:33 +02:00
wp_xyz
c3f0740005 TAChart: Fix TChartListbox using more than 1 column, issue #39439 2021-10-23 21:59:35 +02:00
wp_xyz
6422aaa213 TAChart: New event OnSeriesClick for TLegendClickTool to report series of clicked legend item. Issue #39437. 2021-10-23 16:51:23 +02:00
wp_xyz
f9c8a2160f TAChart: Fix TChartListbox line height if checkboxes are not show (Issue #39438). Fix vertical alignment of text in TChartListbox lines. 2021-10-22 23:08:41 +02:00
mattias
0354b47bc4 updated makefiles 2021-10-18 14:32:30 +02:00
wp_xyz
fb4681dd53 TAChart: Fix crash when TCubicSplineSeries.Calculate is called. Issue #39393. 2021-09-23 23:09:38 +02:00
wp_xyz
925e2e7370 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 21:28:48 +02:00
wp_xyz
62d7b87f0d TAChart: Fix TLineSeries.ColorEach ignoring LinePen.Width setting. 2021-09-16 11:48:12 +02:00
wp_xyz
8410f7274b TAChart: Add InitFonts procedure to TADrawerFPCanvas initialize default font directories. Remove GetDefaultFontName. 2021-09-16 00:44:40 +02:00
wp_xyz
002b5cd1bc TAChart: Fix nogui demo showing no texts. (Fix is effective only on fpc fixes or main) 2021-09-15 23:06:28 +02:00
wp_xyz
79a2acf298 TAChart: Add a TChartLiveView demo for paned chart (multi-axis) 2021-08-09 13:44:15 +02:00
wp_xyz
accd76af5c TAChart: Less hints and warnings. 2021-08-08 00:20:43 +02:00
wp_xyz
2d381f05b1 TAChart: Fix legend issue #39313 2021-08-07 22:46:13 +02:00
wp_xyz
41db5da688 TAChart: Fix broken TDBChartSource, issue #39313 (running DBGrid scrollbar). 2021-08-07 22:39:50 +02:00
wp_xyz
fd378d5650 TAChart: Fix axis line in a paned chart extending beyond the pane boundaries. Issue #39312. 2021-08-06 23:47:10 +02:00
wp_xyz
1670867283 TAChart: Fix operation of vertical and horizontal shapes of DataPointCrosshairTool in Basic demo 2021-08-06 00:00:56 +02:00
wp_xyz
214daa3985 TAChart: Check/fix in demos: compilation, runtime behavior, hints & warnings, anchored layout. 2021-08-05 23:23:53 +02:00
wp_xyz
0c02c6a454 TAChart: Fix side color of lineseries in 3D mode 2021-08-05 23:20:42 +02:00
wp_xyz
a5b30b57f9 TAChart: Fix legend background color for AggPas drawer. 2021-08-05 23:19:27 +02:00
wp_xyz
94b9bcf675 TAChart: Less hints and warnings in ChartEditor demo. 2021-08-05 12:17:52 +02:00
wp_xyz
add83f5ee3 TAChart: Improved layout in Marks form. 2021-08-05 11:54:59 +02:00
wp_xyz
3f78502c54 TAChart: Less hints and warnings 2021-08-05 11:01:29 +02:00
wp_xyz
7c644ae7b3 TAChart: Less hints and warnings 2021-08-05 10:34:48 +02:00
wp_xyz
2a6d558f42 TAChart: Fix dark mode and layout issues in ChartEditor demo under Linux. 2021-08-04 21:56:04 +02:00
wp_xyz
ede35b0f31 TAChart: Compatibility of TChartCombox with dark mode. 2021-08-04 21:56:03 +02:00
wp_xyz
b080a05bbd TAChart: Fix legend background color for dark mode. 2021-08-04 17:33:08 +02:00
wp_xyz
9ee5e00da7 TAChart: Various improvements of ChartEditor demo. 2021-08-03 14:24:57 +02:00
wp_xyz
cbbc6306a8 TAChart: Fix usage of Margins in TChartTitle.Assign 2021-08-03 14:08:05 +02:00
wp_xyz
c83dd77686 TAChart: Use gray colors in disabled ChartCombobox. 2021-08-03 14:05:20 +02:00
wp_xyz
3864a0e0b5 TAChart: Add support of the TChartTitle.Wordwrap property to ChartEditor demo. 2021-07-31 22:34:42 +02:00
wp_xyz
365852ddae TAChart: Fix TChartTitle.Assign 2021-07-31 21:44:53 +02:00
wp_xyz
b6c79e640d TAChart: Protected axis title in ChartEditor demo from becoming negative. 2021-07-31 12:30:38 +02:00
wp_xyz
0f3c318226 TAChart: Fix SpinEdit values becoming negative in ChartEditor demo. 2021-07-31 12:16:35 +02:00
wp_xyz
b4c663189a TAChart: Fix legend position in ChartEditor demo. 2021-07-31 11:06:08 +02:00
wp
148d36900f TAChart: Add methods StoreAxisRange() and RestoreAxisRange() to LiveView component.
git-svn-id: trunk@65499 -
2021-07-22 21:35:26 +00:00
wp
47f6a84e19 TAChart: Fix default value of TChartTitle.Brush.Color
git-svn-id: trunk@65496 -
2021-07-22 21:17:57 +00:00
wp
d7b4f956ca TAChart: more specific doc on TChartAxis.Inverted.
git-svn-id: trunk@65487 -
2021-07-21 21:19:31 +00:00
wp
96620aa28b TAChart/LiveView demo: fix typo.
git-svn-id: trunk@65471 -
2021-07-17 15:55:02 +00:00
wp
15a417978a TAChart/TChartLiveView: Simplification
git-svn-id: trunk@65470 -
2021-07-17 07:59:36 +00:00
wp
e03705d02d TAChart/TChartLiveView: Fix operation when axes have a predefined Range. Modified patch by forum user Muso (https://forum.lazarus.freepascal.org/index.php/topic,55266.msg412075.html#msg412075)
git-svn-id: trunk@65463 -
2021-07-16 15:19:36 +00:00
wp
b303ecbdd8 TAChart/TChartLiveView: Simplify operation of ExtentY modes.
git-svn-id: trunk@65456 -
2021-07-15 16:12:39 +00:00
wp
4553a2eafb TAChart/TChartLiveView: Add some comments. Add xml documentation.
git-svn-id: trunk@65453 -
2021-07-14 21:06:33 +00:00
wp
0ec2f041e7 TAChart/ChartLiveView: Fix autoscaling when multiple axes are used. Add new ExtentY mode, lveMultiAxisRange
git-svn-id: trunk@65440 -
2021-07-13 08:22:54 +00:00