wp
|
68f8ce110e
|
TAChart: Move TCustomSortedChartSource to TACustomSource units. Issue #35356, modified patch by Marcin Wiazowski.
git-svn-id: trunk@61189 -
|
2019-05-09 12:22:17 +00:00 |
|
wp
|
6c66672e31
|
TAChart: Fix access to cached ChartListSource extents while the source is being updated. Issue #35463, patch by Marcin Wiazowski.
git-svn-id: trunk@61080 -
|
2019-04-29 16:34:46 +00:00 |
|
wp
|
0979ae36e8
|
TAChart: Fix issues of TCalculatedChartsource related to YCount = 0 and Y value reordering.
git-svn-id: trunk@61079 -
|
2019-04-29 13:16:45 +00:00 |
|
wp
|
aae7dd012f
|
TAChart: Properly set TCalculatedChartSource.XCount and .YCount for the case that its Origin in nil. Issue #35388, based on patch by Marcin Wiazowski.
git-svn-id: trunk@61020 -
|
2019-04-19 11:56:19 +00:00 |
|
wp
|
97dbba89f5
|
TAChart: Add notification of chart by source when it is no longer sorted.
git-svn-id: trunk@61000 -
|
2019-04-16 21:43:51 +00:00 |
|
wp
|
c17a8a1444
|
TAChart: Remove incorrect inline directives introduced by r60972 #6908af06b3.
git-svn-id: trunk@60983 -
|
2019-04-15 16:32:26 +00:00 |
|
wp
|
2d7a2cb821
|
TAChart: Make TCustomSortedChartSource.Sort safer and more versatile. Part of patch by Marcin Wiazowski.
git-svn-id: trunk@60981 -
|
2019-04-15 08:32:20 +00:00 |
|
wp
|
f308975433
|
TAChart: TListChartSource.SetDataPoints cosmetic. Patch by Marcin Wiazowski.
git-svn-id: trunk@60980 -
|
2019-04-15 08:11:49 +00:00 |
|
wp
|
11980328ba
|
TAChart: Avoid unnecessary Sort calls in TCustomSortedChartSource. Patch by Marcin Wiazowski.
git-svn-id: trunk@60979 -
|
2019-04-15 07:46:15 +00:00 |
|
wp
|
adbafa8cf4
|
TAChart: Faster access to list elements in QuickSort of TCustomSortedChartSource. Patch by Marcin Wiazowski.
git-svn-id: trunk@60978 -
|
2019-04-15 07:40:10 +00:00 |
|
wp
|
28fbd73d9d
|
TAChart: Add setter for TCustomSortedChartSource.OnCompare. Patch by Marcin Wiazowski.
git-svn-id: trunk@60977 -
|
2019-04-15 07:36:54 +00:00 |
|
wp
|
6908af06b3
|
TAChart: Refactoring of chart sources for sorting. TListChartSource now can be sorted by X, Y, Text, etc. Issue #35356, modified patch by Marcin Wiazowski.
git-svn-id: trunk@60972 -
|
2019-04-14 20:52:38 +00:00 |
|
wp
|
a154d474bd
|
TAChart: Use "nice" TListChartSource floating point numbers in data point editor and lfm file. Issue #35374, patch by Marcin Wiazowski.
git-svn-id: trunk@60961 -
|
2019-04-13 22:06:33 +00:00 |
|
wp
|
178c07d81e
|
TAChart: cosmetic
git-svn-id: trunk@60935 -
|
2019-04-12 07:30:48 +00:00 |
|
wp
|
e305166373
|
TAChart: Add missing notification calls when ListChartSource changes. Issue #35360, patch by Marcin Wiazowski.
git-svn-id: trunk@60923 -
|
2019-04-11 09:02:44 +00:00 |
|
wp
|
b15c2b23fd
|
TAChart: Ignore XList when sorting ListChartSource. Issue #35188.
git-svn-id: trunk@60918 -
|
2019-04-10 12:26:35 +00:00 |
|
wp
|
48c62ca44d
|
TAChart: Undo r60740 #b2a4a7868b (sorting of ListSource by y value). Issue #35188, patch by Marcin Wiazowski.
git-svn-id: trunk@60904 -
|
2019-04-10 07:51:19 +00:00 |
|
wp
|
db88431d08
|
TAChart: Optimization of chart sources between BeginUpdate/EndUpdate. Issue #35333, patch by Marcin Wiazowski.
git-svn-id: trunk@60868 -
|
2019-04-07 17:59:28 +00:00 |
|
wp
|
48a07c9bb8
|
TAChart: Check value for NaN BEFORE setting in x-sorted ListChartSource (instead of AFTER). Issue #35188, patch by Marcin Wiazowski.
git-svn-id: trunk@60856 -
|
2019-04-06 08:24:27 +00:00 |
|
wp
|
056f96d7b5
|
TAChart: Caching of cumulative and x/y list extents of chart sources. Issue #35313, part of patch by Marcin Wiazowski.
git-svn-id: trunk@60846 -
|
2019-04-05 12:13:04 +00:00 |
|
wp
|
e7f8525318
|
TAChart: Rename internal TCustomChartSource variables FExtent and FExtentIsValid to FBasicExtent and FBasicExtentIsValid. Issue #35313, part of patch by Marcin Wiazowski.
git-svn-id: trunk@60842 -
|
2019-04-05 09:57:55 +00:00 |
|
wp
|
197014d2a1
|
TAChart: Do not invalidate ListChartSource extent upon deletion of a ChartDataItem when XCount or YCount is 0.
git-svn-id: trunk@60816 -
|
2019-04-01 12:33:42 +00:00 |
|
wp
|
dcfcbce007
|
TAChart: Improved TListChartSource extent updating when x/y values are changed. Part of patch by Marcin Wiazowski for issue #35302.
git-svn-id: trunk@60815 -
|
2019-04-01 12:25:29 +00:00 |
|
wp
|
fb8517abce
|
TAChart: Invalidate source extent after setting XCount or YCount. Part of patch by Marcin Wiazowski for issue #35302.
git-svn-id: trunk@60814 -
|
2019-04-01 11:48:06 +00:00 |
|
wp
|
36db373002
|
TAChart: Cosmetic changes (camel-cased "ErrorBar"), some clean-up.
git-svn-id: trunk@60811 -
|
2019-04-01 11:20:39 +00:00 |
|
wp
|
898c85aa46
|
TAChart: In TListChartSourceStrings, replace local function SourceClassString by NameOrClassName(). Part of patch by Marcin Wiazowski for issue #35302.
git-svn-id: trunk@60810 -
|
2019-04-01 10:55:36 +00:00 |
|
wp
|
b2a4a7868b
|
TAChart: Implement sorting of TListChartsource by y value when XCount is 0. Issue #35188, patch by Marcin Wiazowski.
git-svn-id: trunk@60740 -
|
2019-03-20 23:26:27 +00:00 |
|
wp
|
0bf11ad782
|
TAChart: Fix incorrect handling quotes in TListChartSource.DataPoints. Issue #35155, patch by Marcin Wiazowski.
git-svn-id: trunk@60522 -
|
2019-02-26 20:51:55 +00:00 |
|
wp
|
fd88788ac2
|
TAChart: Fix TListChartSource's extent calculation when XCount or YCount are zero. Issue #35125, patch by Marcin Wiazowski.
git-svn-id: trunk@60515 -
|
2019-02-26 17:26:00 +00:00 |
|
wp
|
ff44f7fc58
|
TAChart: Fix usage of quotes and separator in TListChartSource.Datapoints strings. Some more tests.
git-svn-id: trunk@60511 -
|
2019-02-26 15:06:17 +00:00 |
|
wp
|
2361649666
|
TAChart: Extend TListChartSource.DataPoints to support separator ('|') as well as line breaks in the Text field.
git-svn-id: trunk@60501 -
|
2019-02-25 18:44:13 +00:00 |
|
wp
|
ae615c82e7
|
TAChart: Check TListChartSource.DataPoints for valid numeric data. Fix DataPoints editor to handle NaN correctly.
git-svn-id: trunk@60495 -
|
2019-02-25 11:17:39 +00:00 |
|
wp
|
5207c624ac
|
TAChart: Some optimizations from patches by Marcin Wiazowski. Decimal separator test for TListChartSource.DataPoints.
git-svn-id: trunk@60491 -
|
2019-02-24 22:11:44 +00:00 |
|
wp
|
cd2e076da1
|
TAChart: Fix TListChartSource.DataPoints streaming error. Issue #0035125, patch by Marcin Wiazowski. Update test program.
git-svn-id: trunk@60490 -
|
2019-02-24 21:27:39 +00:00 |
|
wp
|
c22a72e5b1
|
TAChart: Remove redundant code after r60464 #bb30af0ea0. Patch by Marcin Wiazowski, Issue #35089
git-svn-id: trunk@60471 -
|
2019-02-20 21:53:24 +00:00 |
|
wp
|
80360508ab
|
TAChart: cosmetic
git-svn-id: trunk@60468 -
|
2019-02-20 10:35:26 +00:00 |
|
wp
|
bb30af0ea0
|
TAChart: Avoid crash when XCount and/or YCount of a chart source is changed to illegal value while attached to a series. Issue #35089, patch by Marcin Wiazowski
git-svn-id: trunk@60464 -
|
2019-02-20 06:31:02 +00:00 |
|
wp
|
a47b0300f7
|
TAChart: Fix TListSource.Copyfrom not copying additional x values.
git-svn-id: trunk@60457 -
|
2019-02-18 23:35:22 +00:00 |
|
wp
|
df925c15ce
|
TAChart: Revert r60446 #0ec4d4477b (breaks third-party chart sources).
git-svn-id: trunk@60451 -
|
2019-02-18 18:30:05 +00:00 |
|
wp
|
0ec4d4477b
|
TAChart: Declare the chartsource's XCount and YCount to be Integer, not Cardinal.
git-svn-id: trunk@60446 -
|
2019-02-18 15:35:14 +00:00 |
|
wp
|
7c5fdfc1d4
|
TAChart: Fix incomplete support of multiple x values in TListChartSource and DataPointEditor. Issue #35089.
git-svn-id: trunk@60425 -
|
2019-02-15 11:45:51 +00:00 |
|
wp
|
7ea6dda14a
|
TAChart: Fix stacked bar series containing missing values (NaN).
git-svn-id: trunk@60355 -
|
2019-02-07 15:38:55 +00:00 |
|
wp
|
9bfe23796d
|
TAChart: Publish error bar params for TUserDefinedChartSource. Add method to query effective error bar values from chart source.
git-svn-id: trunk@58604 -
|
2018-07-23 22:09:06 +00:00 |
|
wp
|
4146796ac4
|
TAChart: Rename ErrorBar properties (PosDelta --> ValuePlus, etc). Avoid storage of new error bar classes if not used. Reset RandomChartSeries when error bar parameters change.
git-svn-id: trunk@58602 -
|
2018-07-23 13:24:49 +00:00 |
|
wp
|
117f0ddf30
|
TAChart: Fix RandomChartSource crashing when XCount is set to value > 1.
git-svn-id: trunk@58600 -
|
2018-07-23 09:41:02 +00:00 |
|
wp
|
1168572c7d
|
TAChart: Initial implementation of error bars for TLineSeries, TCubicSplineSeries, TBSplineSeries and TFitSeries.
git-svn-id: trunk@58597 -
|
2018-07-22 22:03:36 +00:00 |
|
wp
|
762e695242
|
TAChart: New TLineSeries property ColorEach for individual coloring of line segments.
git-svn-id: trunk@57277 -
|
2018-02-10 20:41:31 +00:00 |
|
wp
|
2a5154bef1
|
TAChart: Accept date/time strings in TListChartSource.DataPoints
git-svn-id: trunk@56940 -
|
2018-01-03 17:36:12 +00:00 |
|
wp
|
59e3f04835
|
TAChart: Fix RandomChartSource crashing if PointsNumber is 1.
git-svn-id: trunk@56490 -
|
2017-11-24 21:52:39 +00:00 |
|
wp
|
4f4247f13c
|
TAChart: Introduce multiple x values to chart sources.
git-svn-id: trunk@51744 -
|
2016-02-28 15:35:44 +00:00 |
|