Commit Graph

1362 Commits

Author SHA1 Message Date
ask
b51fa0ecd9 TAChart: Refactor label measurement in preparation for non-symmetric labels
git-svn-id: trunk@38566 -
2012-09-08 08:31:25 +00:00
ask
48b4ff9a85 TAChart: Update "basic" demo
git-svn-id: trunk@38565 -
2012-09-08 07:06:38 +00:00
ask
fa8507e364 TAChart: Extract TATextElements unit
git-svn-id: trunk@38564 -
2012-09-08 07:02:21 +00:00
ask
3464f50fbd TAChart: Add Marks.Shape property
git-svn-id: trunk@38561 -
2012-09-07 16:15:02 +00:00
ask
74d88298c4 TAChart: Add potential support for pie charts to fpcanvas drawer.
Will start working as soon as FPCanvas will support filled polygons.

git-svn-id: trunk@38559 -
2012-09-07 13:49:57 +00:00
ask
c2281371a4 TAChart: Add pie chart support to the fpvectorial drawer
git-svn-id: trunk@38558 -
2012-09-07 13:37:54 +00:00
ask
0ee540a7df TAChart: Support brush style, pen style and pen width in fpvectorial drawer
git-svn-id: trunk@38557 -
2012-09-07 13:07:09 +00:00
ask
b12d54bac4 TAChart: Support Y NaNs in polar series
git-svn-id: trunk@38547 -
2012-09-07 03:00:47 +00:00
ask
fdfaa2f99a TAChart: Add pie series support to the svg drawer
git-svn-id: trunk@38542 -
2012-09-06 15:22:10 +00:00
ask
b9c2d8fc91 TAChart: Add and use TAGeometry.TEllipse instead of BoundingBoxToCenterAndHalfRadius
git-svn-id: trunk@38538 -
2012-09-06 14:54:02 +00:00
ask
458fb3cdc9 TAChart: Add mark arrows to "label" demo
git-svn-id: trunk@38505 -
2012-09-03 16:57:17 +00:00
ask
b5a1282d12 TAChart: Notify chart when changing Series.Marks.Arrow
git-svn-id: trunk@38504 -
2012-09-03 16:54:58 +00:00
ask
ef32540658 TAChart: Copy BaseLength in TChartArrow.Assign
git-svn-id: trunk@38503 -
2012-09-03 16:50:14 +00:00
ask
73b155ec26 TAChart: Add Marks.Arrow property
git-svn-id: trunk@38502 -
2012-09-03 16:47:55 +00:00
ask
e11de6d9cd TAChart: Add TChartToolset.DispatchedShiftState property
git-svn-id: trunk@38500 -
2012-09-03 13:54:12 +00:00
ask
b33c818ce3 TAChart: Update "distance" demo
git-svn-id: trunk@38499 -
2012-09-03 13:05:39 +00:00
ask
544ce86495 TAChart: Split DataPointMode into DataPointModeStart and DataPointModeEnd
git-svn-id: trunk@38498 -
2012-09-03 13:03:58 +00:00
ask
d9f0617b68 TAChart: Optimize TDataPointTool.FindNearestPoint
git-svn-id: trunk@38478 -
2012-09-02 07:25:09 +00:00
ask
8e2e2f20a6 TAChart: Convert TBasicChartSeries.GetGraphBounds to a public function
git-svn-id: trunk@38477 -
2012-09-02 06:29:10 +00:00
ask
8acfab6158 TAChart: Micro-optimize transparency in canvas drawer. Group series with the same transparency to reduce overhead.
git-svn-id: trunk@38472 -
2012-09-01 14:19:41 +00:00
ask
51ae73b5dc TAChart: Fix drawing of empty transparent series with canvas drawer
git-svn-id: trunk@38471 -
2012-09-01 13:27:58 +00:00
ask
1788289d4b TAChart: Add transparency support to the svg drawer
git-svn-id: trunk@38470 -
2012-09-01 13:04:34 +00:00
ask
4ae545e36d TAChart: Fix error message in TFPCanvasDrawer.RadialPie
git-svn-id: trunk@38464 -
2012-08-31 15:57:24 +00:00
ask
770f3cd12c TAChart: Add transparency support to the aggpas drawer
git-svn-id: trunk@38463 -
2012-08-31 14:29:33 +00:00
ask
b40557bc9c TAChart: Add transparency support to the canvas drawer
git-svn-id: trunk@38459 -
2012-08-31 14:13:28 +00:00
ask
18ca070dec TAChart: Remove reference to non-existing file from the distance demo project.
git-svn-id: trunk@38458 -
2012-08-31 13:04:16 +00:00
ask
a027124970 TAChart: Add transparency support to BGRABitmap drawer
git-svn-id: trunk@38454 -
2012-08-31 10:43:16 +00:00
ask
fa127299e6 TAChart: Add initial framework for transparency support
git-svn-id: trunk@38453 -
2012-08-31 10:42:26 +00:00
ask
82f17f1252 TAChart: Add "distance" demo. Based on patch by Werner Pamler.
git-svn-id: trunk@38451 -
2012-08-31 09:56:38 +00:00
ask
d485227dea TAChart: Refresh chart for some changes of TDataPointDistanceTool properties in permanent mode
git-svn-id: trunk@38450 -
2012-08-31 09:50:13 +00:00
ask
74abf5658d TAChart: Add dpdoFlipLabel to TDataPointDistanceTool.Options
git-svn-id: trunk@38448 -
2012-08-31 05:41:17 +00:00
ask
2da91ebc91 TAChart: Replace TDataPointDistanceTool.dpdpLockToData option with DataPointMode property
git-svn-id: trunk@38447 -
2012-08-31 05:28:41 +00:00
ask
1abb40c5f4 TAChart: Set default TDataPointDistanceTool.Distance units to cuAxis.
Pass both axis and graph distance to Marks.Format.

git-svn-id: trunk@38446 -
2012-08-31 04:10:38 +00:00
ask
80bac85dcd TAChart: Add "animate" demo
git-svn-id: trunk@38443 -
2012-08-30 15:17:08 +00:00
ask
ddfd58d1de TAChart: Add TCustomAnimatedChartSource
git-svn-id: trunk@38442 -
2012-08-30 15:11:50 +00:00
ask
a51ed493bb TAChart: Add dpdoPermanent option to TDataPointDistanceTool
git-svn-id: trunk@38441 -
2012-08-30 08:21:49 +00:00
ask
3926cc6b0e TAChart: Take Marks.Distance into account when drawing TDataPointDistanceTool
git-svn-id: trunk@38440 -
2012-08-30 08:08:37 +00:00
ask
f78b270767 TAChart: Add dpdoRotateLabel option to TDataPointDistanceTool
git-svn-id: trunk@38439 -
2012-08-30 07:56:29 +00:00
ask
3c118fcf49 TAChart: Make text output code aware of SetXor mode instead of direct call to DrawXorText
git-svn-id: trunk@38438 -
2012-08-30 07:46:14 +00:00
ask
593695c6b5 TAChart: Replace IChartDrawer.SetXorPen with SetXor
git-svn-id: trunk@38435 -
2012-08-30 06:17:47 +00:00
ask
3192129e6e TAChart: Move DrawXorText to TADrawerCanvas unit
git-svn-id: trunk@38434 -
2012-08-30 05:54:23 +00:00
ask
c5350721c8 TAChart: Use drawer everywhere instead of canvas in tools
git-svn-id: trunk@38433 -
2012-08-30 05:34:59 +00:00
ask
ad680a75f4 TAChart: Extract TADataTools unit
git-svn-id: trunk@38432 -
2012-08-30 05:25:19 +00:00
ask
4cf420b246 TAChart: Extract PrepareDrawingModePen helper procedure
git-svn-id: trunk@38431 -
2012-08-30 02:20:09 +00:00
ask
27dded466e TAChart: Fix out-of-bounds access when drawing empty polygons and polylines
git-svn-id: trunk@38430 -
2012-08-30 02:03:18 +00:00
ask
4a1d2af745 TAChart: Replace PrepareXorPen with IChartDrawer.SetXorPen.
Xor drawing now preserves pen width.

git-svn-id: trunk@38429 -
2012-08-30 02:00:15 +00:00
mattias
5348dc7d33 updated Makefiles
git-svn-id: trunk@38410 -
2012-08-27 16:43:01 +00:00
martin
ace911d9e7 Remove SynEdit from IdeIntf (license conflict)
git-svn-id: trunk@38408 -
2012-08-27 13:07:49 +00:00
mattias
1df496577f fixed make bigide, make all
git-svn-id: trunk@38405 -
2012-08-27 11:41:23 +00:00
ask
fcf47b570b TAChart: Add TChartAxis.IsPointInside function
git-svn-id: trunk@38349 -
2012-08-23 13:55:15 +00:00