wp
|
8f98861cb6
|
TAChart: Add initial version of TExpressionColorMapSeries.
git-svn-id: trunk@56367 -
|
2017-11-11 17:26:37 +00:00 |
|
wp
|
d37550ded9
|
TAChart: Introduce intermediate class TCustomcolorMapSeries without OnCalculate event.
git-svn-id: trunk@56355 -
|
2017-11-10 21:12:00 +00:00 |
|
wp
|
bbbbc443fb
|
TAChart: Fix parameters in TExpressionSeries.
git-svn-id: trunk@56351 -
|
2017-11-10 14:54:18 +00:00 |
|
wp
|
ddef3a32fd
|
TAChart: Split off TCustomFuncSeries from TFuncSeries as ancestor without the OnCalculate event.
git-svn-id: trunk@56335 -
|
2017-11-07 11:39:34 +00:00 |
|
wp
|
e4049c3629
|
TAChart: Usa HTML tags in fit equation of TFitSeries. Use FitSeries in html demo.
git-svn-id: trunk@55449 -
|
2017-07-05 11:03:02 +00:00 |
|
wp
|
92595f0745
|
TAChart: Use SameValue in floating point comparisons.
git-svn-id: trunk@55104 -
|
2017-05-26 13:15:42 +00:00 |
|
wp
|
a7e4e76dcc
|
TAChart: Change default value of TFitSeries.Pointer.Visible to false for backward-compatibility
git-svn-id: trunk@54698 -
|
2017-04-23 21:38:29 +00:00 |
|
wp
|
faf1054d64
|
TAChart: Publish the events OnCustomDrawPointer and OnGetPointerStyle for TFitSeries and TPolarSeries.
git-svn-id: trunk@54319 -
|
2017-03-01 08:22:21 +00:00 |
|
wp
|
4555bee612
|
TAChart: Clean-up of TBSplineSeries.
git-svn-id: trunk@54313 -
|
2017-02-28 21:46:59 +00:00 |
|
wp
|
00d819c364
|
TAChart: Make TFitSeries, TCubicSplineSeries and TBSplineSeries respond to ToolTarget nptCustom of DataPoint tools.
git-svn-id: trunk@54309 -
|
2017-02-28 19:50:49 +00:00 |
|
wp
|
4f180ffb89
|
TAChart: Make sure that all function series types paint non-solid lines without background color.
git-svn-id: trunk@54233 -
|
2017-02-21 18:42:56 +00:00 |
|
wp
|
3993478d43
|
TAChart: Add pointer to TFitSeries.
git-svn-id: trunk@54231 -
|
2017-02-21 18:34:04 +00:00 |
|
wp
|
2eb6e52660
|
TAChart: Publish the new events OnGetPointerStyle and OnCustomDrawPointer also for TCubicSplineSeries and TBSplineSeries.
git-svn-id: trunk@52105 -
|
2016-04-05 09:50:45 +00:00 |
|
wp
|
14381c96ad
|
TAChart: Complete localization
git-svn-id: trunk@50758 -
|
2015-12-12 21:39:31 +00:00 |
|
wp
|
ac26993488
|
TAChart: Better usage of compiler directives in TFitSeries. Some cleanup.
git-svn-id: trunk@49573 -
|
2015-07-27 17:23:45 +00:00 |
|
wp
|
56a19261f9
|
TAChart: Add goodness-of-fit calculation to TFitSeries. Update FitDemo.
git-svn-id: trunk@49571 -
|
2015-07-27 16:09:41 +00:00 |
|
wp
|
a964ffb7de
|
TAChart: Fix crash of IDE if TFitSeries is linked to a TUserDefinedChartSource
git-svn-id: trunk@49020 -
|
2015-05-14 10:55:36 +00:00 |
|
wp
|
c95cc0db19
|
TAChart: Fix ColorMapSeries painting failure in case of StepY=1
git-svn-id: trunk@48594 -
|
2015-04-02 15:02:33 +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
|
b27bf4c78f
|
TAChart: Less hints and warnings (issue #0026951).
git-svn-id: trunk@46689 -
|
2014-10-27 22:05:03 +00:00 |
|
wp
|
6ed245f1f2
|
TAChart: initial implementation of Calculate(x) for TBSplineSeries
git-svn-id: trunk@44706 -
|
2014-04-12 19:04:07 +00:00 |
|
wp
|
5783936b29
|
TAChart: Fix TFitSeries not working correctly in demo/distance/distancedemo.lpi
git-svn-id: trunk@44609 -
|
2014-04-05 16:40:32 +00:00 |
|
ask
|
f4fb26c786
|
TAChart: Add TChartPen.EffVisible helper function
git-svn-id: trunk@41781 -
|
2013-06-21 13:22:14 +00:00 |
|
ask
|
8a50b21aee
|
TAChart: Take bad spline parts into account while calculating nearest point
git-svn-id: trunk@41779 -
|
2013-06-21 12:56:35 +00:00 |
|
ask
|
010b683c17
|
TAChart: Support NaNs in cubic spline series. Fixes #24078
git-svn-id: trunk@41778 -
|
2013-06-21 11:37:18 +00:00 |
|
juha
|
ecd140c985
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41389 -
|
2013-05-25 09:22:25 +00:00 |
|
ask
|
761043d61b
|
TAChart: Add TParametricCurveSeries
git-svn-id: trunk@40137 -
|
2013-02-03 07:40:20 +00:00 |
|
ask
|
ce06f3131a
|
TAChart: Extract CreateLazIntfImage helper function
git-svn-id: trunk@40089 -
|
2013-01-31 09:11:51 +00:00 |
|
ask
|
f974c9f1f6
|
TAChart: Add TColorMapSeries.UseImage property
git-svn-id: trunk@40076 -
|
2013-01-30 23:37:47 +00:00 |
|
ask
|
1158e7e27a
|
TAChart: Use in-memory image to draw TColorMapSeries with StepX = StepY = 1
git-svn-id: trunk@40059 -
|
2013-01-30 14:24:44 +00:00 |
|
ask
|
16dba85488
|
TAChart: Support NaNs in TBSplineSeries
git-svn-id: trunk@39752 -
|
2013-01-03 15:41:58 +00:00 |
|
ask
|
b7d4efbbb2
|
TAChart: Extract utility function Split
git-svn-id: trunk@39600 -
|
2012-12-20 16:51:53 +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
|
4987fc07df
|
TAChart: Move operator := for IFitEquationText to TAFitUtils unit
git-svn-id: trunk@39354 -
|
2012-11-23 20:49:41 +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
|
1a8decb856
|
TAChart: Extract TAFitUtils unit
git-svn-id: trunk@39337 -
|
2012-11-22 10:24:58 +00:00 |
|
ask
|
c3bf972233
|
TAChart: Fix color map series accidentally broken in r39173 #e4d8203192
git-svn-id: trunk@39178 -
|
2012-10-28 18:15:21 +00:00 |
|
ask
|
e4d8203192
|
TAChart: Extract TACustomFuncSeries unit
git-svn-id: trunk@39173 -
|
2012-10-27 17:28:02 +00:00 |
|
ask
|
9d6f97e475
|
TAChart: Draw gradients in legend of interpolated color map series
git-svn-id: trunk@39152 -
|
2012-10-23 16:31:27 +00:00 |
|
ask
|
7888f11877
|
TAChart: Revert r38985, since a more general fix is implemented in r39067 #5f51be22e5
git-svn-id: trunk@39068 -
|
2012-10-13 15:35:07 +00:00 |
|
ask
|
90c7b42a02
|
TAChart: Do not draw TColorMapSeries over left and top borders
git-svn-id: trunk@38985 -
|
2012-10-07 15:17:46 +00:00 |
|
ask
|
8dc70f7e1f
|
TAChart: Fix out-of-bounds access while drawing TColorMapSeries with empty ColorSource
git-svn-id: trunk@38982 -
|
2012-10-07 13:32:02 +00:00 |
|
ask
|
adf12d0ef5
|
TAChart: Fix drawing of out-of-extent function series with +Infinity in domain exclusions.
git-svn-id: trunk@38863 -
|
2012-09-27 14:38:38 +00:00 |
|
ask
|
c66a6f83f6
|
TAChart: Optimize GetNearestPoint for the case of sorted source and at least linear on X point distance
git-svn-id: trunk@38853 -
|
2012-09-27 12:10:33 +00:00 |
|
ask
|
42d469990a
|
TAChart: Fix drawing of function series with +Infinity in domain exclusions
git-svn-id: trunk@38825 -
|
2012-09-25 10:56:58 +00:00 |
|
ask
|
21b933340c
|
TAChart: Add common TImageToGraphFunc and TGraphToImageFunc types
git-svn-id: trunk@38789 -
|
2012-09-21 15:28:58 +00:00 |
|
ask
|
3acae5fe9f
|
TAChart: Add TFuncSeries.ExtentAutoY property
git-svn-id: trunk@38730 -
|
2012-09-18 09:23:18 +00:00 |
|
ask
|
cf75819f6e
|
TAChart: Extract TDrawFuncHelper.XRange helper function.
+ Fix GetNearestPoint for rotated function series.
git-svn-id: trunk@38729 -
|
2012-09-18 04:17:20 +00:00 |
|
ask
|
22ad3dfb0b
|
TAChart: Extract TDrawFuncHelper.ForEachPoint helper procedure
git-svn-id: trunk@38719 -
|
2012-09-17 17:21:21 +00:00 |
|