Commit Graph

647 Commits

Author SHA1 Message Date
ask
c2d6591ca3 TAChart: Fix compilation of axis demo
git-svn-id: trunk@28912 -
2011-01-09 07:28:10 +00:00
ask
ef0f99f876 TAChart: Fix compilation of save demo
git-svn-id: trunk@28911 -
2011-01-09 07:24:00 +00:00
ask
2b8862f949 TAChart: Fix compilation of func demo
git-svn-id: trunk@28910 -
2011-01-09 07:22:50 +00:00
ask
b86722ce2e TAChart: Add TChartAxisMarks.Stripes property
git-svn-id: trunk@28896 -
2011-01-07 15:03:26 +00:00
ask
8e98e24674 TAChart: Remove workaround for issue #17217 from multi-demo
git-svn-id: trunk@28890 -
2011-01-06 19:14:59 +00:00
ask
bfac641b16 TAChart: Add chart events demo
git-svn-id: trunk@28889 -
2011-01-06 19:10:27 +00:00
ask
65a1965f94 TAChart: Add OnBeforeDrawBackground and OnAfterDrawBackground events to TChart component.
This is another step to implementing issue #18403

git-svn-id: trunk@28888 -
2011-01-06 18:55:26 +00:00
ask
d62a631917 TAChart: Add OnBeforeDrawBackWall, OnAfterDrawBackWall events to TChart component.
This partially implements issue #18403

git-svn-id: trunk@28887 -
2011-01-06 18:30:17 +00:00
ask
c7b1bd7bda TAChart: Protect PointDist functions from integer overflow.
This fixes issue #18348 (Reticule doesn't work when zoomed)

git-svn-id: trunk@28854 -
2011-01-01 08:21:49 +00:00
ask
7f4cc4b2f4 TAChart: Fix TCalculatedChartSource crashes, update line demo
git-svn-id: trunk@28804 -
2010-12-22 12:24:31 +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
ad6b453cb2 TAChart: Extract TACustomSource unit
git-svn-id: trunk@28787 -
2010-12-20 09:44:42 +00:00
ask
8bf2068f6f TAChart: Minor demo updates
git-svn-id: trunk@28785 -
2010-12-20 09:27:38 +00:00
ask
da010fc652 TAChart: Update multi-valued series demo
git-svn-id: trunk@28784 -
2010-12-20 09:25:37 +00:00
ask
d3585038c2 TAChart: Add TCalculatedSourceTest.Accumulate test
git-svn-id: trunk@28782 -
2010-12-20 08:13:33 +00:00
ask
0cda469949 TAChart: Fix average accumulation for the starting values
git-svn-id: trunk@28781 -
2010-12-20 08:13:07 +00:00
ask
b156381a83 TAChart: Add TCalculatedSourceTest.Percentage test
git-svn-id: trunk@28780 -
2010-12-20 07:20:46 +00:00
ask
d16b7539c1 TAChart: Update calculated source upon change of the Origin.YCount
git-svn-id: trunk@28779 -
2010-12-20 07:19:59 +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
78edde4ece TAChart: Reset the cached index of the calculated source after the change
git-svn-id: trunk@28777 -
2010-12-20 07:00:22 +00:00
ask
14e195bce8 TAChart: Add default values for parameters of TListChartSource.Add
git-svn-id: trunk@28776 -
2010-12-20 06:54:44 +00:00
ask
677bf459b2 TAChart: Add TChartTitle.Margin property. Update demo.
git-svn-id: trunk@28775 -
2010-12-20 05:30:51 +00:00
ask
5e5be1fbb4 TAChart: Centralize Infinity handling in SafeInfinity function
git-svn-id: trunk@28774 -
2010-12-20 04:09:42 +00:00
ask
ff046e1b02 TAChart: Add TBarSeries.BarWidthStyle property
git-svn-id: trunk@28717 -
2010-12-15 05:24:44 +00:00
ask
a7114a3c18 TAChart: Replace Marks.DistanceToCenter with more generic Marks.Attachment property
git-svn-id: trunk@28696 -
2010-12-12 12:06:17 +00:00
ask
f234d5845a TAChart: Add TPieSeries.RotateLabels property. Update demo.
git-svn-id: trunk@28695 -
2010-12-12 09:44:34 +00:00
ask
a53c2ca71c TAChart: Minor improvements to r28692 #6501a28e5a
git-svn-id: trunk@28694 -
2010-12-12 09:11:13 +00:00
ask
9267ee571f TAChart: Add label angle control to the radial demo
git-svn-id: trunk@28693 -
2010-12-12 09:08:16 +00:00
ask
6501a28e5a TAChart: Rewrite pie series measuring/drawing code.
* Measure series extent exactly
* Draw labels after slices
* This partially fixes issue #17988

git-svn-id: trunk@28692 -
2010-12-12 08:56:49 +00:00
ask
e91b9e79f8 TAChart: Additional overloads for UpdateMinMax, ExpandRect, IsPointInRect utility functions
git-svn-id: trunk@28691 -
2010-12-12 08:46:08 +00:00
ask
4812c06946 TAChart: Extract TGenericChartMarks.GetLabelPolygon function
git-svn-id: trunk@28690 -
2010-12-12 04:41:09 +00:00
ask
09382cb3c0 TAChart: Add TPieSeries.FixedRadius property
git-svn-id: trunk@28638 -
2010-12-06 14:02:58 +00:00
ask
7eb089fd4d TAChart: Integrate TPieDrawData into TCustomPieSeries
git-svn-id: trunk@28635 -
2010-12-06 06:00:33 +00:00
ask
431801a4c5 TAChart: Allow user-drawn legend items with arbitrary text
git-svn-id: trunk@28572 -
2010-11-30 13:21:11 +00:00
ask
abd5ef4928 TAChart: Add Legend.UserItemsCount property
git-svn-id: trunk@28571 -
2010-11-30 13:16:06 +00:00
ask
2b62871247 TAChart: Extract TARadialSeries unit
git-svn-id: trunk@28570 -
2010-11-30 13:04:00 +00:00
ask
fff4fddbd0 TAChart: Add variable-width pie slice labels to radial demo
git-svn-id: trunk@28556 -
2010-11-29 11:00:22 +00:00
ask
11acb13b20 TAChart: Do not display empty slice labels
git-svn-id: trunk@28555 -
2010-11-29 10:59:26 +00:00
ask
e774fb0313 TAChart: Add radial series demo
git-svn-id: trunk@28549 -
2010-11-28 19:47:45 +00:00
ask
7fcd05e49f TAChart: Add TPieSeries.FindContainingSlice function. Extract Measure helper method.
git-svn-id: trunk@28548 -
2010-11-28 19:41:13 +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
1697ac1990 TAChart: Remove warning about Dispatch method redefinition
git-svn-id: trunk@28540 -
2010-11-28 15:38:15 +00:00
ask
fed2915490 TAChart: Trivial updates to drag-drop demo
git-svn-id: trunk@28537 -
2010-11-28 15:35:07 +00:00
ask
e83b1a817d TAChart: Move GetNearestPoint from TBasicChartSeries to TCustomChartSeries
git-svn-id: trunk@28536 -
2010-11-28 15:34:36 +00:00
ask
afcd16b76c TAChart: Protect the usage of Infinity from the R+/O+ checks. This should fix issue #18018
git-svn-id: trunk@28525 -
2010-11-28 12:24:01 +00:00
ask
d2270984f3 TAChart: Minor updates to the legend demo
git-svn-id: trunk@28524 -
2010-11-28 12:08:55 +00:00
ask
fa2ce85234 TAChart: Add "Submarks" page to axis demo
git-svn-id: trunk@28521 -
2010-11-28 11:42:51 +00:00
paul
ec782c1a72 tachart: fix compilation with recent fpc generics change
git-svn-id: trunk@28501 -
2010-11-26 14:45:05 +00:00