ask
|
abd9e9a7df
|
TAChart: Use IChartDrawer to draw TUserDrawnSeries. Remove Draw(ACanvas) from TBasicChartSeries
git-svn-id: trunk@29638 -
|
2011-02-21 16:43:50 +00:00 |
|
ask
|
5f5e43acdb
|
TAChart: Use IChartDrawer to draw TBubbleSeries and TBoxAndWhiskerSeries
git-svn-id: trunk@29635 -
|
2011-02-21 16:18:27 +00:00 |
|
ask
|
94f2a8371c
|
TAChart: Use IChartDrawer to draw TSeriesPointer
git-svn-id: trunk@29634 -
|
2011-02-21 16:08:52 +00:00 |
|
ask
|
aac7596990
|
TAChart: Use IChartDrawer to draw TLineSeries
git-svn-id: trunk@29632 -
|
2011-02-21 10:47:53 +00:00 |
|
ask
|
106dd31ac6
|
TAChart: Use IChartDrawer to draw TAreaSeries
git-svn-id: trunk@29631 -
|
2011-02-21 10:12:44 +00:00 |
|
ask
|
2e16651b8b
|
TAChart: Use IChartDrawer to draw TBarSeries
git-svn-id: trunk@29630 -
|
2011-02-21 09:43:29 +00:00 |
|
ask
|
afb0fca7f1
|
TAChart: Use IChartDrawer to draw TConstantLine series
git-svn-id: trunk@29624 -
|
2011-02-20 23:02:21 +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
|
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
|
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
|
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
|
372ce5181d
|
TAChart: Add TBarSeries.OnBeforeDrawBar event. See issue #18539
git-svn-id: trunk@29059 -
|
2011-01-17 02:45:24 +00:00 |
|
ask
|
ff046e1b02
|
TAChart: Add TBarSeries.BarWidthStyle property
git-svn-id: trunk@28717 -
|
2010-12-15 05:24:44 +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
|
09382cb3c0
|
TAChart: Add TPieSeries.FixedRadius property
git-svn-id: trunk@28638 -
|
2010-12-06 14:02:58 +00:00 |
|
ask
|
2b62871247
|
TAChart: Extract TARadialSeries unit
git-svn-id: trunk@28570 -
|
2010-11-30 13:04:00 +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
|
7fcd05e49f
|
TAChart: Add TPieSeries.FindContainingSlice function. Extract Measure helper method.
git-svn-id: trunk@28548 -
|
2010-11-28 19:41:13 +00:00 |
|
ask
|
b1578e5dac
|
TAChart: Precisely calculate extra distance to pie series labels. Partially fixes issue #17988
git-svn-id: trunk@28368 -
|
2010-11-20 12:09:15 +00:00 |
|
ask
|
30b65050e7
|
TAChart: Fix drawing of rotated bar series
git-svn-id: trunk@27826 -
|
2010-10-24 06:46:06 +00:00 |
|
ask
|
32c7dba3c0
|
TAChart: Extract TAFuncSeries unit
git-svn-id: trunk@27724 -
|
2010-10-17 02:15:13 +00:00 |
|
ask
|
d4fd6075e6
|
TACHart: Increase series length in line demo, reformat comment
git-svn-id: trunk@27574 -
|
2010-10-04 12:41:03 +00:00 |
|
ask
|
e7ce0b0dac
|
TAChart: Add TBarSeries.BarOffsetPercent property
git-svn-id: trunk@27570 -
|
2010-10-04 11:40:34 +00:00 |
|
ask
|
ba23bd2982
|
TAChart: Draw pie slices in the legend
git-svn-id: trunk@27568 -
|
2010-10-04 10:46:25 +00:00 |
|
ask
|
c95aa6b2f3
|
TAChart: Draw per-point legend items with the color from the chart source
git-svn-id: trunk@27567 -
|
2010-10-04 10:32:34 +00:00 |
|
ask
|
213a8b5ef1
|
TAChart: Implement legend multiplicity for most series
git-svn-id: trunk@27565 -
|
2010-10-04 10:13:28 +00:00 |
|
ask
|
d589d25f96
|
TAChart: Fix chart invalidation after changing subcomponents' properties
git-svn-id: trunk@27563 -
|
2010-10-04 09:22:47 +00:00 |
|
ask
|
91aa289f6e
|
TAChart: Group Legend-related properties into TChartSeriesLegend class. Update demo.
git-svn-id: trunk@27559 -
|
2010-10-04 09:10:55 +00:00 |
|
ask
|
84bb112a07
|
TAChart: Initial support for legend multiplicity
git-svn-id: trunk@27557 -
|
2010-10-04 08:21:46 +00:00 |
|
ask
|
09b0ea83ae
|
TAChart: Add OnDrawLegend event to chart series
git-svn-id: trunk@27555 -
|
2010-10-04 07:28:23 +00:00 |
|
ask
|
ec692bc033
|
TAChart: Show pointers in line series legend
git-svn-id: trunk@27461 -
|
2010-09-26 02:43:12 +00:00 |
|
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 |
|