Commit Graph

172 Commits

Author SHA1 Message Date
ask
0006342434 TAChart: Use styles for drawing stacked series
git-svn-id: trunk@27271 -
2010-09-05 06:46:46 +00:00
ask
592cd0f85b TAChart: Implement stacked area series
git-svn-id: trunk@27135 -
2010-08-18 11:59:30 +00:00
ask
8592caeac1 TAChart: Do not store redundant SeriesColor property
git-svn-id: trunk@27133 -
2010-08-18 06:39:59 +00:00
ask
e44c18a3d3 TAChart: Implement stacked line series
git-svn-id: trunk@27132 -
2010-08-18 06:32:55 +00:00
ask
823ef24846 TAChart: Extract TLineSeries.DrawSingleLineInStack procedure
git-svn-id: trunk@27130 -
2010-08-18 02:49:17 +00:00
ask
db61d236a5 TAChart: Extract TBasicPointSeries.GetXRange function
git-svn-id: trunk@27117 -
2010-08-17 09:52:01 +00:00
ask
dc77b7c0f3 TAChart: Extract TAMultiSeries unit.
git-svn-id: trunk@27114 -
2010-08-17 07:47:09 +00:00
ask
c14dd0005f TAChart: Initial support for stacked bar series. Update demo.
git-svn-id: trunk@27083 -
2010-08-12 16:42:02 +00:00
ask
8ecb367ba8 TAChart: Draw labels for bubble series
git-svn-id: trunk@27078 -
2010-08-12 15:50:16 +00:00
ask
8046cb27a3 TAChart: Fix effective extent for bubble series
git-svn-id: trunk@27072 -
2010-08-12 12:25:52 +00:00
ask
0d8fe57965 TAChart: Initial implementation of TBubbleSeries
git-svn-id: trunk@27052 -
2010-08-10 17:01:00 +00:00
ask
72165d1d22 TAChart: Move TBasicPointSeries class to TACustomSeries unit
git-svn-id: trunk@27032 -
2010-08-08 11:09:22 +00:00
ask
edd774a031 TAChart: Add TBarSeries.ZeroLevel property
git-svn-id: trunk@27031 -
2010-08-08 06:37:15 +00:00
ask
2cbeb8a186 TAChart: Use PrepareGraphPoints in TBarSeries.Draw
git-svn-id: trunk@27030 -
2010-08-08 06:31:13 +00:00
ask
8a93b3076e TAChart: Replace TAreaSeries.Stairs and InvertedStairs with ConnectType property.
+ Correctly display rotated stairs series.

git-svn-id: trunk@27026 -
2010-08-07 18:04:08 +00:00
ask
4850673e1d TAChart: Support 3-d look for area series. Various fixes for zero level code. Update demo.
git-svn-id: trunk@27025 -
2010-08-07 17:22:46 +00:00
ask
3d00e0005f TAChart: Add ZeroLevel and UseZeroLevel properties to TAreaSeries, Update demo.
git-svn-id: trunk@27024 -
2010-08-07 16:57:18 +00:00
ask
76b6278554 TAChart: Improve area series drawing.
+ Refactor drawing code
+ Add TAreaSeries.AreaContourPen
+ Support rotated series

git-svn-id: trunk@27022 -
2010-08-07 16:48:53 +00:00
ask
6688cc9ce2 TAChart: Extract TBasicPointSeries.PrepareGraphPoints method
git-svn-id: trunk@27020 -
2010-08-07 14:36:11 +00:00
ask
d5a2df6249 TAChart: Correctly support arbitrary label orientation.
As a bonus:
* Fix axis ticks disappearing when the corresponding label is hidden.
* Support Marks.OverlapPolicy in pie series.

git-svn-id: trunk@26771 -
2010-07-22 06:40:43 +00:00
ask
be405ec70a TAChart: Extract TADrawUtils unit
git-svn-id: trunk@26686 -
2010-07-16 14:12:55 +00:00
ask
252e281d13 TAChart: Fix bounds search for rotated line series
git-svn-id: trunk@25924 -
2010-06-05 16:11:30 +00:00
ask
160c2dc205 TAChart: Pre-filter points outside of the current extent in TLineSeries.Draw
git-svn-id: trunk@25921 -
2010-06-05 15:06:46 +00:00
ask
89e0f1b9ba TAChart: Do not draw line series if it lies totally outside of the current extent
git-svn-id: trunk@25918 -
2010-06-05 14:16:57 +00:00
ask
cf2296e624 TAChart: Add TListChartSource.Sorted property
git-svn-id: trunk@25912 -
2010-06-05 12:59:00 +00:00
ask
a895e51adb TAChart: Fix range check on drawing empty line series
git-svn-id: trunk@25910 -
2010-06-05 12:28:15 +00:00
ask
64b60ee04b TAChart: Optimize TLineSeries.Draw
git-svn-id: trunk@25893 -
2010-06-04 15:47:57 +00:00
ask
7ac59b9d1b TAChart: Implement stepped line series. Based on patch by Rick Richard
git-svn-id: trunk@25889 -
2010-06-04 09:54:59 +00:00
ask
4fb616acac TAChart: Fix TLineSeries to use axis transformations for origin point.
+ Optimize drawing slightly.

git-svn-id: trunk@25888 -
2010-06-04 09:23:20 +00:00
ask
1133b58566 TAChart: Silence 'unused parameter' hint
git-svn-id: trunk@25886 -
2010-06-04 08:59:44 +00:00
ask
3a48646fa2 TAChart: Fix TBarSeries to use axis transformations for zero line. Update demo.
git-svn-id: trunk@25885 -
2010-06-04 08:55:08 +00:00
ask
5fb8c6c91b TAChart: Add TBasicChartSeries.MovePoint procedure.
+ Implement MovePoint and GetNearestPoint for TConstantLine series

git-svn-id: trunk@25760 -
2010-05-30 08:12:53 +00:00
ask
78eb50a8d5 TAChart: Extract PrepareSimplePen utility procedure
git-svn-id: trunk@25062 -
2010-04-29 06:19:37 +00:00
ask
2255790333 TAChart: Extract TGenericChartMarks.IsLabelHiddenDueToOverlap function
git-svn-id: trunk@25030 -
2010-04-28 12:43:41 +00:00
ask
863906e974 TAChart: Add Marks.OverlapPolicy property
git-svn-id: trunk@25017 -
2010-04-27 20:40:47 +00:00
ask
f19e3d4ca3 TAChart: Rename TLine to TConstantLine to avoid confusion with TLineSeries
git-svn-id: trunk@24646 -
2010-04-16 06:03:41 +00:00
ask
ef7d9b0948 TAChart: Use FreeAndNil instead of Free for object fields
git-svn-id: trunk@24592 -
2010-04-12 06:59:17 +00:00
ask
7c1b4322f4 TAChart: Publish and take into account TFuncSeries.AxisIndexY property
git-svn-id: trunk@24511 -
2010-04-08 13:52:32 +00:00
ask
653230ad6b TAChart: Change GetBounds and GetGraphBounds parameters from out to var
* They may be set only partially.
* Add comment explaining that

git-svn-id: trunk@24506 -
2010-04-08 12:57:22 +00:00
ask
bce837f856 TAChart: Extract BoundsSize utility function
git-svn-id: trunk@24329 -
2010-04-01 03:38:02 +00:00
ask
5b4de80bc0 TAChart: Fix warning
git-svn-id: trunk@24299 -
2010-03-30 13:36:26 +00:00
ask
6b4119e9ac TAChart: Move TBasicPointSeries.DrawLabel procedure inside DrawLabels
git-svn-id: trunk@24129 -
2010-03-21 04:47:59 +00:00
ask
eceabf9db6 TAChart: Display mark labels for rotated series correctly.
This finishes issue #16051.

git-svn-id: trunk@24127 -
2010-03-21 04:28:00 +00:00
ask
3b9c3db55c TAChart: Make margins only for actually existing labels.
git-svn-id: trunk@24125 -
2010-03-21 02:55:24 +00:00
ask
2f2f282448 TAChart: Extract TBasicPointSeries.GetLabelDirection function
git-svn-id: trunk@24111 -
2010-03-20 13:10:37 +00:00
ask
d474f1e6a3 TAChart: Extract TChartMarks.MeasureLabel function.
+ Take label font into account while measuring mark labels.

git-svn-id: trunk@24110 -
2010-03-20 11:47:31 +00:00
ask
3ec9c78ab6 TAChart: Draw rotated bar series
git-svn-id: trunk@24083 -
2010-03-18 14:08:01 +00:00
ask
03d99c380e TAChart: Fix unordered methods.
git-svn-id: trunk@24081 -
2010-03-18 13:26:08 +00:00
ask
036bbd7fb2 TAChart: Use DrawLabels procedure instead of duplicate code in TBarSeries.Draw
git-svn-id: trunk@24078 -
2010-03-18 11:11:57 +00:00
ask
883b9df3e0 TAChart: Minor refactoring
git-svn-id: trunk@23469 -
2010-01-15 13:32:35 +00:00