wp
|
81f4762dba
|
TAChart: Fix TCustomChartSource.FindBounds for XCount = 0. Add test cases.
git-svn-id: trunk@61016 -
|
2019-04-18 13:49:58 +00:00 |
|
wp
|
c061954bc6
|
TAChart: Add test for sorting.
git-svn-id: trunk@60986 -
|
2019-04-15 21:26:47 +00:00 |
|
wp
|
7ff89755ee
|
TAChart: Adapt test suite to change in r60642 #6d0a2c7637
git-svn-id: trunk@60738 -
|
2019-03-20 16:41:34 +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
|
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 |
|
juha
|
ecd140c985
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41389 -
|
2013-05-25 09:22:25 +00:00 |
|
ask
|
8bbd1cfc0e
|
TAChart: More tests for sources with NaNs
git-svn-id: trunk@38814 -
|
2012-09-24 14:59:35 +00:00 |
|
ask
|
a70dbab972
|
TAChart: Add tests for TCustomChartSource.FindBounds procedure
git-svn-id: trunk@38714 -
|
2012-09-17 11:25:53 +00:00 |
|
ask
|
c72cbcb8e4
|
TAChart: Add test for TListChartSource cache
git-svn-id: trunk@38696 -
|
2012-09-16 17:49:22 +00:00 |
|
ask
|
0ce0a99c98
|
TAChart: Add tests for TCustomChartSource.Intervals.Tolerance
git-svn-id: trunk@38665 -
|
2012-09-15 09:30:46 +00:00 |
|
ask
|
dcf6e40f02
|
TAChart: Include Item.Y in reordered list of TCalculatedChartSource. Update test.
git-svn-id: trunk@37588 -
|
2012-06-08 08:57:14 +00:00 |
|
ask
|
22e7429e25
|
TAChart: Use array assertion in TIntervalSourceTest.AssertValueEquals
git-svn-id: trunk@37582 -
|
2012-06-08 06:42:01 +00:00 |
|
ask
|
f6fc1c150e
|
TAChart: Add and use AssertEquals overload for arrays of Double
git-svn-id: trunk@37581 -
|
2012-06-08 06:35:30 +00:00 |
|
ask
|
3d7ff766da
|
TAChart: Check for incorrect parameters in TListChartSource.AddXYList. Add tests.
git-svn-id: trunk@37578 -
|
2012-06-08 05:32:33 +00:00 |
|
ask
|
f917cbd144
|
TAChart: Add TChartAxisIntervalParams.Tolerance property
git-svn-id: trunk@34818 -
|
2012-01-20 11:37:38 +00:00 |
|
ask
|
afc999bc7f
|
TAChart: Add TIntervalChartSource.RoundToImage method
git-svn-id: trunk@34815 -
|
2012-01-20 10:04:44 +00:00 |
|
ask
|
feced6291d
|
TAChart: Sort results of TCustomChartSource.ValuesInRange
git-svn-id: trunk@34813 -
|
2012-01-20 05:32:15 +00:00 |
|
ask
|
9f937ae7dd
|
TAChart: Add initial tests for ValuesInRange method
git-svn-id: trunk@34783 -
|
2012-01-18 18:34:52 +00:00 |
|
ask
|
678f40a024
|
TAChart: Add test for TListChartSource.CopyFrom
git-svn-id: trunk@33134 -
|
2011-10-28 11:56:59 +00:00 |
|
ask
|
3a789c3c8a
|
TAChart: Extract TListSourceTest.AssertItemEquals helper method
git-svn-id: trunk@33133 -
|
2011-10-28 11:53:01 +00:00 |
|
ask
|
49f696df00
|
TAChart: Add tests for TListChartSource.Delete
git-svn-id: trunk@33024 -
|
2011-10-22 17:42:34 +00:00 |
|
ask
|
bed7d78b47
|
TAChart: Extract TAMath unit
git-svn-id: trunk@32688 -
|
2011-10-05 05:40:51 +00:00 |
|
ask
|
dfb6783a88
|
TAChart: Implement AccumulationDirection for derivative source. Add tests.
git-svn-id: trunk@32407 -
|
2011-09-18 15:26:05 +00:00 |
|
ask
|
27ff423301
|
TAChart: Add TCalculatedChartSource.AccumulationDirection property. Add tests.
git-svn-id: trunk@32396 -
|
2011-09-18 10:13:40 +00:00 |
|
ask
|
8b1c326147
|
TAChart: Support NaN in TListChartSource.SetXValue and SetYValue. Add tests.
git-svn-id: trunk@32311 -
|
2011-09-13 07:54:01 +00:00 |
|
ask
|
ac90c7b3e0
|
TAChart: Add chart source enumerator. Add test.
git-svn-id: trunk@32309 -
|
2011-09-13 07:21:15 +00:00 |
|
ask
|
4ce550af73
|
TAChart: Add test for decimal separator in DataPoints property
git-svn-id: trunk@31834 -
|
2011-07-31 03:15:08 +00:00 |
|
ask
|
1e97fa9ad8
|
TAChart: TCalculatedChartSource.AccumulationRange = 0 now means to accumulate from the start of the source
git-svn-id: trunk@28803 -
|
2010-12-22 11:38:40 +00:00 |
|
ask
|
7abae0cdec
|
TAChart: Optimize reverse-order access to TCalculatedChartSource
git-svn-id: trunk@28802 -
|
2010-12-22 11:06:10 +00:00 |
|
ask
|
b669510279
|
TAChart: Add TChartSourceBuffer utility class
git-svn-id: trunk@28800 -
|
2010-12-22 10:31:17 +00:00 |
|
ask
|
d3585038c2
|
TAChart: Add TCalculatedSourceTest.Accumulate test
git-svn-id: trunk@28782 -
|
2010-12-20 08:13:33 +00:00 |
|
ask
|
b156381a83
|
TAChart: Add TCalculatedSourceTest.Percentage test
git-svn-id: trunk@28780 -
|
2010-12-20 07:20:46 +00:00 |
|
ask
|
340d1e1ca4
|
TAChart: Add tests TListSourceTest.Multi and TCalculatedSourceTest.Reorder
git-svn-id: trunk@28778 -
|
2010-12-20 07:01:01 +00:00 |
|
ask
|
486fd0201f
|
TAChart: Correctly update list source extent upon SetXValue/SetYValue calls
git-svn-id: trunk@28547 -
|
2010-11-28 18:50:41 +00:00 |
|
ask
|
88afd5541d
|
TAChart: Fix TListChartSource.DataPoints to accept item text with spaces. Update tests.
git-svn-id: trunk@28363 -
|
2010-11-20 08:29:48 +00:00 |
|
ask
|
c3e010c4ba
|
TAChart: Add test for random source extent
git-svn-id: trunk@26929 -
|
2010-07-31 11:05:35 +00:00 |
|
ask
|
1cad1a2a99
|
TAChart: Add basic tests for TListChartSource
git-svn-id: trunk@26784 -
|
2010-07-22 16:02:58 +00:00 |
|