Commit Graph

304 Commits

Author SHA1 Message Date
wp
12f19c342d TAChart: Correct vertical position of stacked bar series centered labels if ZeroLevel is not used.
git-svn-id: trunk@60087 -
2019-01-15 09:12:06 +00:00
wp
ed08eac4e4 TAChart: Fix horizontal position of series labels for a bar series having multiple, non-stacked y values (issue #34862)
git-svn-id: trunk@60073 -
2019-01-13 15:56:22 +00:00
wp
554039e183 TAChart: Fix painting of a non-stacked bar series in case of a nonlinear axis transformation.
git-svn-id: trunk@60072 -
2019-01-13 15:47:26 +00:00
wp
6fbf3f209a TAChart: Undo 60021, 60027, 60057, 60058, 60059, 60060, 60065, 60066
git-svn-id: trunk@60068 -
2019-01-13 00:18:44 +00:00
wp
84a9df69ff TAChart: Fix position of series labels at a multi-y-valued non-stacked bar series.
git-svn-id: trunk@60066 -
2019-01-12 23:43:20 +00:00
wp
a9b6333383 TAChart: Fix severe speed issue when switching to logarithmic axis. Improved label positioning for logarithmic bar series. Fix drawing of logarithmic bar series.
git-svn-id: trunk@60065 -
2019-01-12 22:28:30 +00:00
wp
33ce58f4dc TAChart: Fix panning error of TAreaSeries (caused by r58562 #e279c0a839, see https://forum.lazarus.freepascal.org/index.php/topic,43182.0.html).
git-svn-id: trunk@59528 -
2018-11-12 17:27:46 +00:00
wp
a1b87dac3d TAChart: Remove old deprecated code.
git-svn-id: trunk@59230 -
2018-10-02 20:34:45 +00:00
wp
a88125b782 TAChart: deprecate all reticule-related methods and properties (was incomplete). Less hints and warnings.
git-svn-id: trunk@59197 -
2018-09-30 20:29:05 +00:00
wp
46bb34ff6f TAChart: Use THiddenPropertyEditor instead of DefineProperties to hide the deprecated property TConstantLine.AxisIndexX.
git-svn-id: trunk@58775 -
2018-08-25 09:10:14 +00:00
wp
75cdabf306 TAChart: Rename TConstantLine.AxisIndexX to .AxisIndex
git-svn-id: trunk@58767 -
2018-08-24 10:14:42 +00:00
wp
98812def35 TAChart: Add feCustom as new TFitEquation element: User-defined basis functions
git-svn-id: trunk@58765 -
2018-08-23 14:06:06 +00:00
wp
2b595ec973 TAChart: Fix not being able to show persistently FitSeries pointer. Turn off pointers by default.
git-svn-id: trunk@58605 -
2018-07-23 22:44:10 +00:00
wp
1168572c7d TAChart: Initial implementation of error bars for TLineSeries, TCubicSplineSeries, TBSplineSeries and TFitSeries.
git-svn-id: trunk@58597 -
2018-07-22 22:03:36 +00:00
wp
b502667ee0 TAChart: Fix some drawing glitches of 3d area series. Still issues when curves cross
git-svn-id: trunk@58579 -
2018-07-19 22:08:30 +00:00
wp
17e457c8df TAChart: Fix hanging of 3d area series with a single y value.
git-svn-id: trunk@58573 -
2018-07-19 12:14:15 +00:00
wp
a07e489590 TAChart: Improved rendering of 3D edges of area series
git-svn-id: trunk@58572 -
2018-07-19 12:11:17 +00:00
wp
9302fcc012 TAChart: Add new property Banded to TAreaSeries.
git-svn-id: trunk@58565 -
2018-07-18 19:05:37 +00:00
wp
e279c0a839 TAChart: Back-to-front painting of non-stacked TAreaSeries planes.
git-svn-id: trunk@58562 -
2018-07-18 15:38:24 +00:00
wp
4d7ff08e66 TAChart: Implement side-by-side arrangement of bars in TBarSeries from multiple y values.
git-svn-id: trunk@58471 -
2018-07-09 12:50:49 +00:00
wp
b620802ae8 TAChart: Add new property MarkDistancePercent to TPieSeries.
git-svn-id: trunk@58447 -
2018-07-06 12:17:50 +00:00
wp
762e695242 TAChart: New TLineSeries property ColorEach for individual coloring of line segments.
git-svn-id: trunk@57277 -
2018-02-10 20:41:31 +00:00
wp
f00551aab4 TAChart: Fix crash if multi-valued lineseries is displayed in legend using styles.
git-svn-id: trunk@57113 -
2018-01-18 08:29:28 +00:00
wp
91b5e9ace2 TAChart: Fix incorrect clipping of area series segments.
git-svn-id: trunk@57053 -
2018-01-11 13:09:08 +00:00
wp
0bc15a664b TAChart: Fix zerolevel being added to barseries values (see http://forum.lazarus.freepascal.org/index.php/topic,14419.msg239919.html#msg239919)
git-svn-id: trunk@54335 -
2017-03-03 12:06:03 +00:00
wp
e425cc10ae TAChart: Draw the pointers of a multi-valued series using the ChartStyles brush.
git-svn-id: trunk@54328 -
2017-03-02 22:45:02 +00:00
wp
1d32c97e32 TAChart: Add property ToolTargets to TCustomChartSeries and publish it in most of its descendants for finer control of datapoint tool behavior.
git-svn-id: trunk@54286 -
2017-02-26 22:45:57 +00:00
wp
0e70e5588a TAChart: Move BeginUpdate/EndUpdate from TLineSeries to its ancestor, TChartSeries
git-svn-id: trunk@54235 -
2017-02-21 19:01:50 +00:00
wp
1fb630f063 TAChart: Fix TDatapointTools acting on TBoxAndWhiskerSeries and TOpenHighLowCloseSeries with transformed axes.
git-svn-id: trunk@53943 -
2017-01-14 16:49:08 +00:00
wp
12987e232a TAChart: Activate TNearestPointTarget in TOpenHighLowCloseSeries. Fix DataPointTools using nptYList correctly for horizontal bar series.
git-svn-id: trunk@53934 -
2017-01-12 21:13:14 +00:00
wp
fa280dc697 TAChart: BarSeries accepts tool hits along upper bar border (not just at center of bar border).
git-svn-id: trunk@53932 -
2017-01-12 14:05:35 +00:00
wp
2757aa16cb TAChart: Remove TBarSeries.ToolTarget and activate the new NearestPoint system.
git-svn-id: trunk@53930 -
2017-01-11 20:13:56 +00:00
wp
cb61dd8c18 TAChart: Move Extent calculation from TLineSeries and TAreaSeries to ancestor TBasicPointSeries
git-svn-id: trunk@53928 -
2017-01-11 19:14:53 +00:00
wp
bb5823ecc2 TAChart: Move property Stacked from TAreaSeries/TLineSeries to tbeir ancestor TBasicPointSeries
git-svn-id: trunk@53918 -
2017-01-10 22:53:36 +00:00
wp
783241539d TAChart: Fix stacking of multi-valued Line/AreaSeries in case of axis transformations. New property Stacked to turn stacking off.
git-svn-id: trunk@53907 -
2017-01-10 00:11:06 +00:00
wp
24c746515e TAChart: Fix stacked bar series being incorrectly painted if a y axis transformation is active.
git-svn-id: trunk@53905 -
2017-01-09 12:35:09 +00:00
wp
2dd33ce583 TAChart: Fix extent of side-by-side bar series being calculated incorrectly if an x axis transformation is active.
git-svn-id: trunk@53904 -
2017-01-09 11:57:36 +00:00
wp
a11063c60e TAChart: Fix TBarSeries GetNearestPoint not working correctly in case of AxisTransformations
git-svn-id: trunk@53902 -
2017-01-09 11:22:47 +00:00
wp
363f930d54 TAChart: Override TBarSeries.GetNearestPoint to accept clicks inside the bar, new property ToolTarget (http://forum.lazarus.freepascal.org/index.php/topic,35342.0.html)
git-svn-id: trunk@53896 -
2017-01-07 23:06:09 +00:00
wp
cabde596fa TAChart: Avoid painting a line for zero-height bars in a TBarSeries
git-svn-id: trunk@52531 -
2016-06-20 11:12:12 +00:00
wp
e0199daa77 TAChart: Rename the new OnOwnerDrawPointer event to OnCustomDrawPointer. Add OnGetPointerStyle event (for Delphi compatibility) and add this to line demo.
git-svn-id: trunk@52104 -
2016-04-04 14:19:00 +00:00
wp
e63ea5918a TAChart: Add owner-draw pointer event to TLineSeries. Add demo showing bitmap pointer and drawing only every nth pointer.
git-svn-id: trunk@52103 -
2016-04-04 12:07:40 +00:00
ondrej
9f13b0b11a tachart: fix compiling for the coming TRect advanced functions in FPC 3.1.1 (see issue #29479)
git-svn-id: trunk@51383 -
2016-01-23 00:51:53 +00:00
wp
14381c96ad TAChart: Complete localization
git-svn-id: trunk@50758 -
2015-12-12 21:39:31 +00:00
wp
80fa123942 TAChart: Make TPieSeries.Radius public
git-svn-id: trunk@50333 -
2015-11-15 10:31:29 +00:00
wp
0442c2eda4 TAChart: Fix misaligned data in stacked area series (http://forum.lazarus.freepascal.org/index.php/topic,28025.msg174184)
git-svn-id: trunk@48728 -
2015-04-11 17:52:51 +00:00
wp
7b6b5c3ce1 TAChart: Fix arrows at axes and constant line series with respect to rtl bidi mode and line flips
git-svn-id: trunk@48496 -
2015-03-24 23:05:13 +00:00
wp
01cb0be6e0 TAChart: Fix several bugs related to incorrect scaling for printing
git-svn-id: trunk@47203 -
2014-12-15 13:59:56 +00:00
wp
b5e5e8a230 TAChart: Fix abstract method warning issued for run-time generated TConstantLine series (issue #0027123).
git-svn-id: trunk@47070 -
2014-12-03 15:01:07 +00:00
wp
eb68cbfbf3 TAChart: Fix incorrect operation of transformations on y axis of TConstantLineSeries (related to issue #26265)
git-svn-id: trunk@46916 -
2014-11-20 23:33:51 +00:00