Commit Graph

702 Commits

Author SHA1 Message Date
ask
a4fb8cc245 TAChart: Use IChartDrawer to draw chart title and footer
git-svn-id: trunk@29528 -
2011-02-13 15:49:51 +00:00
ask
f4437ee29b TAChart: Use IChartDrawer for legend drawing
git-svn-id: trunk@29526 -
2011-02-13 15:04:41 +00:00
ask
684c623fc2 TAChart: Sort TChart methods alphabetically
git-svn-id: trunk@29521 -
2011-02-13 13:01:41 +00:00
ask
2acf57df8d TAChart: Start implementation of IChartDrawer interface
git-svn-id: trunk@29519 -
2011-02-13 12:45:10 +00:00
mattias
31fccf17dd updated Makefiles
git-svn-id: trunk@29413 -
2011-02-07 13:51:40 +00:00
ask
4f3c1f45bb TAChart: Fix compilation with FPC 2.5.1. Issue #18695
git-svn-id: trunk@29385 -
2011-02-05 09:47:01 +00:00
ask
7cb245a54e TAChart: Update chart in both design-time and run-time after the change of Title.Text
git-svn-id: trunk@29373 -
2011-02-04 08:24:31 +00:00
ask
7f4a651ff3 TAChart: Add chart cloning to the cloning demo
git-svn-id: trunk@29372 -
2011-02-04 07:59:01 +00:00
ask
08523f26a1 TAChart: Add TChart.Clone method
git-svn-id: trunk@29371 -
2011-02-04 07:57:40 +00:00
ask
7848609a2c TAChart: Add data point click tool to the drag-and-drop demo
git-svn-id: trunk@29353 -
2011-02-03 17:48:35 +00:00
ask
7ec47ea47a TAChart: Add TUserDefinedTool
git-svn-id: trunk@29352 -
2011-02-03 17:46:20 +00:00
ask
1179fbf5a3 TAChart: Add TDataPointClickTool
git-svn-id: trunk@29351 -
2011-02-03 17:38:14 +00:00
ask
692c471c27 TAChart: Update chart after Series.SetColor call
git-svn-id: trunk@29350 -
2011-02-03 17:34:56 +00:00
ask
ba99b14873 TAChart: Auto-rename tools when the toolset name changes
git-svn-id: trunk@29332 -
2011-02-02 17:38:10 +00:00
ask
c25cf46ae6 TAChart: Auto-rename subcomponents when parent component name changes
git-svn-id: trunk@29331 -
2011-02-02 13:20:31 +00:00
ask
45aa6e748e TAChart: Update TColorMapSeries after ColorSource change
git-svn-id: trunk@29325 -
2011-02-02 08:22:07 +00:00
ask
e0eacbebbd TAChart: Draw color map series at design time. Minor demo update
git-svn-id: trunk@29324 -
2011-02-02 08:13:05 +00:00
ask
cc9a3993f7 TAChart: Add cloning demo
git-svn-id: trunk@29322 -
2011-02-02 08:01:23 +00:00
ask
cc4673962c TAChart: Allow assignment of TPieSlice, TPolarSeries. Minor refactoring.
git-svn-id: trunk@29321 -
2011-02-02 08:00:03 +00:00
ask
636d7a10cb TAChart: Allow assignment of TFuncSeries, TColorMapSeries, TIntervalList
git-svn-id: trunk@29320 -
2011-02-02 07:50:56 +00:00
ask
e6d3ed279e TAChart: Allow assignment of TBubbleSeries, TBoxAndWhiskerSeries
git-svn-id: trunk@29319 -
2011-02-02 07:49:06 +00:00
ask
332efed95d TAChart: Standardize variable and setter names for TConstantLine.Position property
git-svn-id: trunk@29318 -
2011-02-02 07:07:35 +00:00
ask
79d868efcf TAChart: Allow assignment of TAreaSeries, TBarSeries, TConstantLine, TUserDrawnSeries
git-svn-id: trunk@29317 -
2011-02-02 07:05:56 +00:00
ask
1228ada9a3 TAChart: Update chart after modifying TBarSeries.BarWidthPercent
git-svn-id: trunk@29316 -
2011-02-02 06:53:33 +00:00
ask
545b9ba037 TAChart: Allow assignment of TLineSeries
git-svn-id: trunk@29315 -
2011-02-02 06:51:17 +00:00
ask
597383b506 TAChart: Fix fpdoc warning in the documentation
git-svn-id: trunk@29314 -
2011-02-02 06:10:01 +00:00
ask
d0b38815eb TAChart: Fixes to label rotation
git-svn-id: trunk@29313 -
2011-02-02 06:06:17 +00:00
ask
4af1a3d673 TAChart: Add chart title rotation to the label demo
git-svn-id: trunk@29312 -
2011-02-02 05:58:25 +00:00
ask
76a02bd738 TAChart: Support chart title and footer rotation, part 2
git-svn-id: trunk@29311 -
2011-02-02 05:55:19 +00:00
ask
c41c6833e1 TAChart: Support chart title and footer rotation
git-svn-id: trunk@29310 -
2011-02-02 05:46:25 +00:00
ask
e122e92fcf TAChart: Extract RotateRect utility function
git-svn-id: trunk@29309 -
2011-02-02 05:33:37 +00:00
ask
6141a3b5dd TAChart: Add independent axis zooming to the axis transformation demo
git-svn-id: trunk@29308 -
2011-02-02 03:27:06 +00:00
ask
f3bc3be027 TAChart: Add "user-defined" page to the axis transformation demo
git-svn-id: trunk@29307 -
2011-02-02 03:16:04 +00:00
ask
a41d6de601 TAChart: Do not store TConstantLine.SeriesColor property since it duplicates Pen.Color
git-svn-id: trunk@29306 -
2011-02-02 03:14:58 +00:00
ask
eaafd7c371 TAChart: Add TUserDefinedAxisTransform class
git-svn-id: trunk@29305 -
2011-02-02 03:06:51 +00:00
maxim
cd89ea3b30 Components: updated makefiles
git-svn-id: trunk@29302 -
2011-02-01 23:32:08 +00:00
ask
76b33a7035 TAChart: Extract axis transformation demo from the axis demo
git-svn-id: trunk@29240 -
2011-01-29 01:53:03 +00:00
ask
f133ea3888 TAChart: Reset clipping after legend drawing. Fixes issue #18628
git-svn-id: trunk@29237 -
2011-01-28 16:21:46 +00:00
ask
bd9cae16ca TAChart: Add "Multiline" page to the labels demo
git-svn-id: trunk@29184 -
2011-01-24 08:52:39 +00:00
ask
1f99cf0ccf TAChart: Support multi-line mark labels
git-svn-id: trunk@29183 -
2011-01-24 08:51:05 +00:00
ask
ac7217664b TAChart: Do not use series color for pointer drawing in TLineSeries.
Fixes issue #18594

git-svn-id: trunk@29181 -
2011-01-24 07:03:30 +00:00
ask
bda600ef26 TAChart: Add "Polar" page to the radial demo
git-svn-id: trunk@29103 -
2011-01-18 09:04:48 +00:00
ask
2572b49221 TAChart: Initial implementation of polar series
git-svn-id: trunk@29102 -
2011-01-18 09:02:33 +00:00
ask
21453ac232 TAChart: Do not automatically normalize rectangle before expanding it. Add test.
git-svn-id: trunk@29101 -
2011-01-18 08:54:00 +00:00
ask
154d4b002a TAChart: Optimize TFuncSeries drawing
git-svn-id: trunk@29093 -
2011-01-18 06:07:26 +00:00
ask
8033e87029 TAChart: Add rotated function series to the demo
git-svn-id: trunk@29092 -
2011-01-18 05:45:22 +00:00
ask
2429f7c9cf TAChart: Rewrite TFuncSeries.Draw.
* Add AxisIndexX property, implement rotation
* Correctly cut graph at the extent intersection
* Use axis transformation

git-svn-id: trunk@29091 -
2011-01-18 05:44:30 +00:00
ask
af36765fe9 TAChart: Add an example of OnBeforeDrawBar event and a workaround for issue #18418 to events demo
git-svn-id: trunk@29060 -
2011-01-17 02:54:58 +00:00
ask
372ce5181d TAChart: Add TBarSeries.OnBeforeDrawBar event. See issue #18539
git-svn-id: trunk@29059 -
2011-01-17 02:45:24 +00:00
mattias
220934b065 updated Makefile.compiled
git-svn-id: trunk@28987 -
2011-01-13 12:07:32 +00:00