Commit Graph

1542 Commits

Author SHA1 Message Date
ask
017e658f9c TAChart: Extract TBasicPo.FindExtentInterval procedure
+ Minor refactoring.

git-svn-id: trunk@40053 -
2013-01-30 13:22:13 +00:00
ask
e755978110 TAChart: Add IChartDrawer.PutImage procedure
git-svn-id: trunk@40052 -
2013-01-30 13:18:35 +00:00
ask
d91a1f1adc TAChart: Add initial support for shadows
git-svn-id: trunk@40050 -
2013-01-30 06:51:15 +00:00
ask
fe0143e2cd TAChart: Add IChartDrawer.SetMonochromeColor procedure
git-svn-id: trunk@40049 -
2013-01-30 06:50:04 +00:00
ask
bc9136c398 TAChart: Call inherited constructor from TCanvasDrawer.Create
git-svn-id: trunk@40048 -
2013-01-30 05:42:21 +00:00
ask
89b0f202b0 TAChart: Refactor TChart.DisplaySeries to use for-in loop
git-svn-id: trunk@40047 -
2013-01-30 05:14:51 +00:00
ask
4b4469364c TAChart: Use Split function in data point series editor, see also r39600 #b7d4efbbb2
git-svn-id: trunk@40044 -
2013-01-30 03:27:41 +00:00
ask
c04513ee75 TAChart: Fix drawing of line series with number of points above 1000000
git-svn-id: trunk@40043 -
2013-01-30 03:26:23 +00:00
ask
f58b1e6120 TAChart: Make TChartDataItem advanced record instead of object to reduce memory footprint
git-svn-id: trunk@40042 -
2013-01-30 03:07:42 +00:00
ask
91d248abf7 TAChart: Add TBoxAndWhiskerSeries.LegendDirection property
git-svn-id: trunk@39960 -
2013-01-24 23:57:01 +00:00
ask
07276efd34 TAChart: Fix streaming of TChartImageList after changes to TImageList bitmap format
git-svn-id: trunk@39945 -
2013-01-24 04:44:35 +00:00
ask
6709c70681 TAChart: Fix text label and right edge of the box-and-whiskers legend item
git-svn-id: trunk@39944 -
2013-01-23 23:14:00 +00:00
ask
5f4ad40cae TAChart: Update "multi" demo to show box-and-whispers legend
git-svn-id: trunk@39933 -
2013-01-22 12:07:28 +00:00
ask
9480b0ac80 TAChart: Add specific legend item for box-and-whiskers series
git-svn-id: trunk@39932 -
2013-01-22 12:05:50 +00:00
ask
e29b38cefa TAChart: Fix TBoxAndWhiskerSeries.Assign to correctly assign class properties
git-svn-id: trunk@39931 -
2013-01-22 10:51:45 +00:00
ask
93ddc1aec3 TAChart: Force recalculation of the full extent for linked charts
git-svn-id: trunk@39930 -
2013-01-22 09:25:52 +00:00
ask
af6a389df6 TAChart: Add AImmediateRecalc parameter to ZoomFull procedure
git-svn-id: trunk@39926 -
2013-01-21 06:12:48 +00:00
ask
f0478fa8a2 TAChart: Fix SIGFPE in TChartSeries.Add when the last data item is NaN
git-svn-id: trunk@39861 -
2013-01-15 15:31:56 +00:00
ask
a79405d847 TAChart: Set TChartTool.Chart = nil after calling OnAfterXXX event, not before
git-svn-id: trunk@39854 -
2013-01-14 15:19:40 +00:00
ask
9a5d0a0e44 TAChart: Fix exception on destroying clones series
git-svn-id: trunk@39821 -
2013-01-10 14:18:09 +00:00
ask
16dba85488 TAChart: Support NaNs in TBSplineSeries
git-svn-id: trunk@39752 -
2013-01-03 15:41:58 +00:00
ask
f3f890e876 TAChart: Fix SIGFPE while drawing mark labels for series with NaNs
git-svn-id: trunk@39705 -
2013-01-01 03:22:11 +00:00
ask
7e729e5e63 TAChart: Add TSeriesPointer.OverrideColor property
git-svn-id: trunk@39704 -
2013-01-01 02:59:35 +00:00
ask
e5249dd553 TAChart: Copy HorizSize and VertSize in TSeriesPointer.Assign
git-svn-id: trunk@39703 -
2013-01-01 02:56:54 +00:00
ask
4e85ebf6ba TAChart: Add Legend.FixedItemHeight property
git-svn-id: trunk@39601 -
2012-12-20 17:25:38 +00:00
ask
b7d4efbbb2 TAChart: Extract utility function Split
git-svn-id: trunk@39600 -
2012-12-20 16:51:53 +00:00
ask
607dd7c75f TAChart: Hide legend if exception happened while attempting to fill it
git-svn-id: trunk@39599 -
2012-12-20 16:35:42 +00:00
ask
2f0a0ecdc6 TAChart: Use Legend.Format in TColorMapSeries format for per-point multiplicity
git-svn-id: trunk@39588 -
2012-12-19 10:39:11 +00:00
ask
3c49f286fb Use source color in OHLC series
git-svn-id: trunk@39398 -
2012-11-28 03:24:28 +00:00
ask
4b4bc43074 Update 'multi' demo to use OHLC.DownLinePen
git-svn-id: trunk@39379 -
2012-11-26 07:06:18 +00:00
ask
ab8e758c9b TAChart: Add TOpenHighLowCloseSeries.DownLinePen property
git-svn-id: trunk@39378 -
2012-11-26 07:04:34 +00:00
ask
a7744fadc5 TAChart: Update chart upon changes to interval source properties
git-svn-id: trunk@39377 -
2012-11-26 06:12:23 +00:00
ask
77199d2934 TAChart: Start TDateTimeIntervalChartSource intervals from the beginning of month/year
git-svn-id: trunk@39376 -
2012-11-26 06:01:12 +00:00
ask
44bafe724c TAChart: Add TPanDragTool.MinDragRadius property
git-svn-id: trunk@39360 -
2012-11-24 12:06:23 +00:00
ask
4987fc07df TAChart: Move operator := for IFitEquationText to TAFitUtils unit
git-svn-id: trunk@39354 -
2012-11-23 20:49:41 +00:00
ask
116e6e0d47 TAChart: Call Handled after extent restoration in TZoomDragTool
git-svn-id: trunk@39351 -
2012-11-23 11:02:05 +00:00
ask
6344d6ba56 TAChart: Fix exception when using TChartNavScrollBar under Qt
git-svn-id: trunk@39341 -
2012-11-22 11:29:51 +00:00
ask
49ee518aba TAChart: Return empty fit equation text from fit series with invalid params
git-svn-id: trunk@39340 -
2012-11-22 11:19:03 +00:00
ask
117d5bf5ed TAChart: Add TFitSeries.State property, call ExecFit lazily, call OnFitComplete even on failed fit
git-svn-id: trunk@39339 -
2012-11-22 11:16:58 +00:00
ask
9f8e0a726b TAChart: Update "fit" demo
git-svn-id: trunk@39338 -
2012-11-22 10:26:35 +00:00
ask
1a8decb856 TAChart: Extract TAFitUtils unit
git-svn-id: trunk@39337 -
2012-11-22 10:24:58 +00:00
mattias
4a59ff369f updated lpk makefiles
git-svn-id: trunk@39264 -
2012-11-08 07:45:47 +00:00
wp
2999984266 TAChart: Add sources of tutorial on logarithmic axis to folder tutorials/moores_law, update readme.txt
git-svn-id: trunk@39219 -
2012-11-01 12:18:08 +00:00
wp
0d4c4b84ed TAChart tutorials: Update readme.txt after adding sources for TFuncSeries tutorial
git-svn-id: trunk@39216 -
2012-10-31 22:50:47 +00:00
wp
3184191f80 TAChart tutorial: Add source code for tutorial on TFuncSeries
git-svn-id: trunk@39215 -
2012-10-31 22:49:28 +00:00
ask
593d20e3ce TAChart: Fix formatting and svn properties of "getting_started" tutorial
git-svn-id: trunk@39211 -
2012-10-31 17:25:47 +00:00
wp
d293d45ec1 TAChart tutorials: Add project getting_started to readme.txt
git-svn-id: trunk@39210 -
2012-10-31 15:37:19 +00:00
wp
ce1d1ce545 git-svn-id: trunk@39209 - 2012-10-31 14:57:51 +00:00
pamler
cc0d1cb762 TAChart: add readme.txt
git-svn-id: trunk@39205 -
2012-10-30 21:36:43 +00:00
ask
362d125f5b TAChart: Add TChartMarks.AutoMargins property
git-svn-id: trunk@39187 -
2012-10-29 14:09:27 +00:00