ask
|
38164a5dd7
|
TAChart: Add per-style legend items
git-svn-id: trunk@37528 -
|
2012-06-05 08:47:48 +00:00 |
|
ask
|
8d53e7ceb4
|
TAChart: Display legend symbols even if the text is empty
git-svn-id: trunk@37525 -
|
2012-06-05 07:56:10 +00:00 |
|
ask
|
38f0b9b911
|
TAChart: Add Legend.Format property, implement it for single item per series multiplicity
git-svn-id: trunk@34009 -
|
2011-12-06 23:50:51 +00:00 |
|
ask
|
924256986a
|
TAChart: Cosmetic style fixes
git-svn-id: trunk@34008 -
|
2011-12-06 23:14:33 +00:00 |
|
ask
|
fe56ad9f43
|
TAChart: Add TChartLegend.ItemFillOrder property
git-svn-id: trunk@33137 -
|
2011-10-28 12:37:36 +00:00 |
|
ask
|
3761f748ea
|
TAChart: Fix legend row count calculation
git-svn-id: trunk@33135 -
|
2011-10-28 12:20:10 +00:00 |
|
jesus
|
561307dda3
|
Fix compile with fpc trunk
git-svn-id: trunk@31947 -
|
2011-08-11 20:18:27 +00:00 |
|
ask
|
267a457efe
|
TAChart: Add and use TLegendItemsEnumerator
git-svn-id: trunk@31674 -
|
2011-07-12 09:22:52 +00:00 |
|
ask
|
9ddaa28a8f
|
TAChart: Remove "const" from some parameters where it is unneeded or dangerous
git-svn-id: trunk@31673 -
|
2011-07-12 08:03:40 +00:00 |
|
ask
|
1c39600e87
|
TAChart: Fix AV while trying to draw empty legend
git-svn-id: trunk@31660 -
|
2011-07-10 13:34:53 +00:00 |
|
ask
|
af52bce126
|
TAChart: Move legend item order initialization to Legend.SortItemsByOrder
git-svn-id: trunk@31654 -
|
2011-07-10 10:23:37 +00:00 |
|
ask
|
9c9da3e05c
|
TAChart: Add TLegendItem.Owner property
git-svn-id: trunk@31557 -
|
2011-07-04 12:00:11 +00:00 |
|
ask
|
59ea86ddff
|
TAChart: Add TChartLegend.ColumnCount property
git-svn-id: trunk@31402 -
|
2011-06-26 14:27:07 +00:00 |
|
ask
|
7ad974bb8a
|
TAChart: Change TChartSeriesLegend.OnDraw parameters. Update demo.
git-svn-id: trunk@31399 -
|
2011-06-26 10:35:03 +00:00 |
|
ask
|
ae0f0fc734
|
TAChart: Add TChartSeriesLegend.OnCreate event. Update demo.
git-svn-id: trunk@31398 -
|
2011-06-26 10:29:53 +00:00 |
|
ask
|
2c6d4e309e
|
TAChart: Add TChartLegend.GroupFont property
git-svn-id: trunk@31397 -
|
2011-06-26 09:58:17 +00:00 |
|
ask
|
be7740a708
|
TAChart: Add legend item grouping. Update demo.
git-svn-id: trunk@31396 -
|
2011-06-26 09:43:47 +00:00 |
|
ask
|
e6b1840fc4
|
TAChart: Add TChartSeriesLegend.Order property
git-svn-id: trunk@31395 -
|
2011-06-26 08:45:35 +00:00 |
|
ask
|
2cca7ee1a8
|
TAChart: Replace TCustomChartSeries.ColorOrDefault with global ColorDef function
git-svn-id: trunk@31391 -
|
2011-06-26 06:29:49 +00:00 |
|
ask
|
a29bc6b797
|
TAChart: Move TLegendItemPieSlice to the TARadialSeries unit
git-svn-id: trunk@31390 -
|
2011-06-26 06:15:32 +00:00 |
|
ask
|
a6c1d7e971
|
TAChart: Implement typed Items property in TChartLegendItems
git-svn-id: trunk@31389 -
|
2011-06-26 05:46:17 +00:00 |
|
ask
|
67e4a0d07f
|
TAChart: Use TChartLegendItems instead of TObjectList
git-svn-id: trunk@31344 -
|
2011-06-23 14:56:05 +00:00 |
|
ask
|
6cc9d3da78
|
TAChart: Add Legend.SymbolFrame property
git-svn-id: trunk@31342 -
|
2011-06-23 07:33:53 +00:00 |
|
ask
|
0bbf6f4c42
|
TAChart: Do not draw legend frame with Visible = false
git-svn-id: trunk@31341 -
|
2011-06-23 07:28:56 +00:00 |
|
ask
|
9595273e55
|
TAChart: Extract public TChartLegend.MeasureItem function
git-svn-id: trunk@31332 -
|
2011-06-22 13:18:12 +00:00 |
|
ask
|
5546c5b445
|
TAChart: Fix "unchanged" checks in event assignments
git-svn-id: trunk@29989 -
|
2011-03-23 07:14:16 +00:00 |
|
ask
|
8a2a7fedfd
|
TAChart: Implement centered legend alignments. Update legend demo.
git-svn-id: trunk@29985 -
|
2011-03-22 20:21:55 +00:00 |
|
ask
|
910e4b3def
|
TAChart: Extract TADrawerCanvas unit, remove TADrawUtils -> Graphics dependency
git-svn-id: trunk@29970 -
|
2011-03-21 14:52:25 +00:00 |
|
ask
|
a4d4972a0a
|
TAChart: Replace IChartDrawer.HasCanvas/GetCanvas with a separate IChartTCanvasDrawer interface
git-svn-id: trunk@29943 -
|
2011-03-20 20:04:22 +00:00 |
|
ask
|
b87ff3d4df
|
TAChart: Fix division by zero in legend drawing
git-svn-id: trunk@29726 -
|
2011-03-04 11:04:43 +00:00 |
|
ask
|
94f2a8371c
|
TAChart: Use IChartDrawer to draw TSeriesPointer
git-svn-id: trunk@29634 -
|
2011-02-21 16:08:52 +00:00 |
|
ask
|
e3c19880f0
|
TAChart: Use IChartDrawer to draw axises. Add IChartDrawer.ClippingStart ans ClippingStop methods.
git-svn-id: trunk@29530 -
|
2011-02-13 16:52:50 +00:00 |
|
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
|
545b9ba037
|
TAChart: Allow assignment of TLineSeries
git-svn-id: trunk@29315 -
|
2011-02-02 06:51:17 +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
|
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
|
16f53a6e50
|
TAChart: Better support drawing of too narrow legend panel. Update demo.
git-svn-id: trunk@27785 -
|
2010-10-21 09:27:15 +00:00 |
|
ask
|
f67dde1d74
|
TAChart: Add TChartLegendPanel component
git-svn-id: trunk@27781 -
|
2010-10-21 08:45:29 +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
|
51333d23ff
|
TAChart: Fix skipping obsolete property
git-svn-id: trunk@27560 -
|
2010-10-04 09:15:08 +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
|
f4763dd494
|
TAChart: Limit pointer size in the legend. Update demo.
git-svn-id: trunk@27462 -
|
2010-09-26 02:58:39 +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
|
0fb7f8fc83
|
TAChart: Split TChartLegend.Margin into MarginX and MarginY properties
git-svn-id: trunk@27260 -
|
2010-09-04 06:32:40 +00:00 |
|