Commit Graph

1287 Commits

Author SHA1 Message Date
ask
c87fc2a9cf TAChart: Use Legend.Format instead of Title to display the fitting formula in TFitSeries legend
git-svn-id: trunk@34011 -
2011-12-07 00:52:40 +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
edb96895c4 TAChart: Fix memory leak and images disappearing after save in TChartImageList
git-svn-id: trunk@33217 -
2011-11-02 11:47:39 +00:00
ask
8a21fcc894 TAChart: Add TChartImageList component.
git-svn-id: trunk@33213 -
2011-11-02 06:21:55 +00:00
ask
71e031d122 TAChart: Use ItemFillOrder in the legend demo
git-svn-id: trunk@33138 -
2011-10-28 12:38:23 +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
ask
678f40a024 TAChart: Add test for TListChartSource.CopyFrom
git-svn-id: trunk@33134 -
2011-10-28 11:56:59 +00:00
ask
3a789c3c8a TAChart: Extract TListSourceTest.AssertItemEquals helper method
git-svn-id: trunk@33133 -
2011-10-28 11:53:01 +00:00
ask
41f098ceb6 TAChart: Fix typo in the method name: CopyForm -> CopyFrom. Update demos
git-svn-id: trunk@33132 -
2011-10-28 11:41:28 +00:00
sekelsenmat
73f0887e09 Fixes bug #20065. Removes ssCaps, ssNum and ssScroll because they are implemented based on the key lock in win32, which is not the same as shift state, they are added only for MouseWhell events and very unreliable across platforms (cannot be correctly implemented in win32 for example). Also corrects the ShiftState for MouseWhell messages in Windows. Removes State from the mousewhell internal message, now Button is used, which is more consistent with Win32.
git-svn-id: trunk@33092 -
2011-10-26 15:08:10 +00:00
ask
ffc4da8f03 TAChart: Support NaNs in data point tools
git-svn-id: trunk@33075 -
2011-10-25 01:48:06 +00:00
ask
794b3c6aec TAChart: Draw text of chart list box items with the same background as the list box itself
git-svn-id: trunk@33065 -
2011-10-24 07:34:04 +00:00
ask
b27545c3a4 TAChart: Fix SIGFPE while trying to draw navigation panel for the chart with empty extent
git-svn-id: trunk@33029 -
2011-10-22 18:40:30 +00:00
ask
baf5c775f7 TAChart: Add TBoxAndWhiskerSeries.AddXY function overload
git-svn-id: trunk@33027 -
2011-10-22 18:16:14 +00:00
ask
188fb2d302 TAChart: Add TCustomChartSeries.AddXY overload with YList argument. Update demo.
git-svn-id: trunk@33025 -
2011-10-22 18:05:41 +00:00
ask
49f696df00 TAChart: Add tests for TListChartSource.Delete
git-svn-id: trunk@33024 -
2011-10-22 17:42:34 +00:00
ask
12764cd011 TAChart: Correctly invalidate extent in TListChartSource.Delete
git-svn-id: trunk@33023 -
2011-10-22 17:42:04 +00:00
ask
8b2d7d1c32 TAChart: Add "Oscilloscope" page to the line demo
git-svn-id: trunk@33022 -
2011-10-22 17:32:05 +00:00
ask
e63020f769 TAChart: Improve default parameters for TChartSeries.Add function
git-svn-id: trunk@32984 -
2011-10-19 14:49:36 +00:00
ask
fc521d26c0 TAChart: Improve default parameters for TBasicPointSeries.AddXY function
git-svn-id: trunk@32983 -
2011-10-19 14:44:55 +00:00
sekelsenmat
458147a1c8 Updates Makefile.compiled for the new lazutils
git-svn-id: trunk@32979 -
2011-10-19 12:02:02 +00:00
sekelsenmat
c58e039a73 Massive update of makefiles to file make bigide
git-svn-id: trunk@32941 -
2011-10-17 11:29:24 +00:00
ask
ca2895871a TAChart: Display fit equation as default title for TFitSeries
git-svn-id: trunk@32935 -
2011-10-17 08:14:43 +00:00
ask
4447f89ee8 TAChart: Move Title property from TBasicChartSeries to TCustomChartSeries
git-svn-id: trunk@32934 -
2011-10-17 07:57:08 +00:00
ask
edc39d6747 TChart: Silence "unused parameter" hint
git-svn-id: trunk@32933 -
2011-10-17 07:56:03 +00:00
ask
21a7f6daf5 TAChart: Clear chart reference for inactive tools to fix multiple charts per toolset case
git-svn-id: trunk@32917 -
2011-10-16 07:08:16 +00:00
ask
e50f55f3a9 TAChart: Allow usage of TFitSeries.Calculate from OnFitComplete handler
git-svn-id: trunk@32857 -
2011-10-12 14:54:07 +00:00
ask
0a38dacf8b TAChart: Recalculate fit series after range change
git-svn-id: trunk@32803 -
2011-10-10 15:15:08 +00:00
ask
6deeddae09 TAChart: Add TFitSeries. Based on code by Werner Pamler
git-svn-id: trunk@32802 -
2011-10-10 14:44:43 +00:00
ask
274955e748 TAChart: Extract TChartRange.Intersect helper procedure
git-svn-id: trunk@32801 -
2011-10-10 13:34:55 +00:00
ask
0f0e833719 TAChart: Reset zooming after changing axis transformations to avoid SIGFPE in some cases
git-svn-id: trunk@32796 -
2011-10-10 10:13:04 +00:00
ask
f7b3333c60 TAChart: Partially support infinite coordinates in LineIntersectsRect
git-svn-id: trunk@32795 -
2011-10-10 09:45:24 +00:00
ask
5f94205be5 TAChart: Change default value of TBasicZoomStepTool.FixedPoint to true. Update demo.
git-svn-id: trunk@32774 -
2011-10-09 02:12:18 +00:00
ask
809dcf262d TAChart: Fix SIGFPE when trying to draw minor axis marks below zero on logarithmic axis
git-svn-id: trunk@32700 -
2011-10-05 10:05:02 +00:00
ask
9c33a8ec42 TAChart: Move ExpandRange procedure to TAMath unit
git-svn-id: trunk@32699 -
2011-10-05 10:03:34 +00:00
ask
e3733ed9ff TAChart: Use TCumulNormDistrAxisTransform in the axis transform demo. Based on code by Werner Pamler.
git-svn-id: trunk@32693 -
2011-10-05 07:49:52 +00:00
ask
abea0d7922 TAChart: Add TCumulNormDistrAxisTransform based on code by Werner Pamler. Add test.
git-svn-id: trunk@32691 -
2011-10-05 07:35:06 +00:00
ask
bed7d78b47 TAChart: Extract TAMath unit
git-svn-id: trunk@32688 -
2011-10-05 05:40:51 +00:00
ask
26c0ae0c8a TAChart: Minor style fixes
git-svn-id: trunk@32687 -
2011-10-05 03:43:10 +00:00
ask
666a04486b TAChart: Invalidate source caches in TCustomChartSource.EndUpdate
git-svn-id: trunk@32666 -
2011-10-04 03:02:47 +00:00
maxim
817a369269 Components, converter, debugger, doceditor: third batch of TButtonPanel captions cleanup
git-svn-id: trunk@32664 -
2011-10-03 22:48:51 +00:00
ask
df2ca2ee43 TAChart: Use mouse wheel panning in the tools demo
git-svn-id: trunk@32659 -
2011-10-03 16:33:52 +00:00
ask
d5499f7343 TAChart: Add TPanMouseWheelTool
git-svn-id: trunk@32658 -
2011-10-03 16:33:02 +00:00
ask
15b2740435 TAChart: Use mouse wheel zooming in the tools demo
git-svn-id: trunk@32643 -
2011-10-03 05:24:02 +00:00
ask
6cce24d91d TAChart: Add TZoomMouseWheelTool
git-svn-id: trunk@32642 -
2011-10-03 05:22:23 +00:00
ask
cca154e0aa TAChart: Add generic mousewheel support for chart tools
git-svn-id: trunk@32641 -
2011-10-03 04:22:27 +00:00
maxim
56b6ebdac7 Components: committed automatically regenerated makefiles
git-svn-id: trunk@32547 -
2011-09-28 21:21:32 +00:00
ask
9357e21926 TAChart: Fix axis transformations support in data point tools
git-svn-id: trunk@32500 -
2011-09-24 13:47:06 +00:00
ask
90c5d4a946 TAChart: Add TChartDataItem.Point function
git-svn-id: trunk@32499 -
2011-09-24 13:46:09 +00:00
ask
2118b39908 TAChart: Fix List-out-of-bounds when moving the series up in the editor
git-svn-id: trunk@32454 -
2011-09-21 22:32:34 +00:00
ask
1176e4faca TAChart: Support NaNs in area series. Update demo
git-svn-id: trunk@32448 -
2011-09-21 11:30:39 +00:00
ask
979e916f7b TAChart: Add smoothed derivative source. Update demo.
git-svn-id: trunk@32412 -
2011-09-18 21:35:15 +00:00
ask
c304336bb0 TAChart: Use AccumulationDirection in the source demo
git-svn-id: trunk@32408 -
2011-09-18 15:28:09 +00:00
ask
dfb6783a88 TAChart: Implement AccumulationDirection for derivative source. Add tests.
git-svn-id: trunk@32407 -
2011-09-18 15:26:05 +00:00
ask
3b18b3adee TAChart: Refactor TCalculatedChartSource.ExtractItem/GetOriginItem
git-svn-id: trunk@32398 -
2011-09-18 11:07:28 +00:00
ask
27ff423301 TAChart: Add TCalculatedChartSource.AccumulationDirection property. Add tests.
git-svn-id: trunk@32396 -
2011-09-18 10:13:40 +00:00
ask
4c3a22cbc2 TAChart: Fix SIGFPE with incorrect values of Intervals.NiceSteps
git-svn-id: trunk@32364 -
2011-09-16 09:32:56 +00:00
ask
f188c49a1a TAChart: Add "Derivative" page to the source demo. Based on code by Werner Pamler
git-svn-id: trunk@32333 -
2011-09-14 11:44:38 +00:00
ask
478be019bc TAChart: Move "Statistics" page from line demo to source demo
git-svn-id: trunk@32332 -
2011-09-14 11:22:00 +00:00
ask
22d381a9b0 TAChart: Set Y instead of X to NaN in derivative source
git-svn-id: trunk@32331 -
2011-09-14 11:19:15 +00:00
ask
ef2a5f2019 TAChart: Extract TChartDataItem.MultiplyY and SetY methods
git-svn-id: trunk@32330 -
2011-09-14 11:17:42 +00:00
ask
14906e1e61 TAChart: Add "strict" visibility specifiers
git-svn-id: trunk@32325 -
2011-09-13 18:02:30 +00:00
ask
04b8a56aa0 TAChart: Skip leftmost point and points with dx = 0 in derivative source
git-svn-id: trunk@32324 -
2011-09-13 17:43:34 +00:00
ask
6f963be4f2 TAChart: Add NaN demo
git-svn-id: trunk@32323 -
2011-09-13 17:17:49 +00:00
ask
7029ccca10 TAChart: Support NaNs in pie series
git-svn-id: trunk@32322 -
2011-09-13 17:08:25 +00:00
ask
6cad306a34 TAChart: Support NaNs in bar series
git-svn-id: trunk@32321 -
2011-09-13 16:40:44 +00:00
ask
ea518ad5d3 TAChart: Support NaNs in TChart.IsPointInViewPort
git-svn-id: trunk@32312 -
2011-09-13 07:56:29 +00:00
ask
8b1c326147 TAChart: Support NaN in TListChartSource.SetXValue and SetYValue. Add tests.
git-svn-id: trunk@32311 -
2011-09-13 07:54:01 +00:00
ask
ac90c7b3e0 TAChart: Add chart source enumerator. Add test.
git-svn-id: trunk@32309 -
2011-09-13 07:21:15 +00:00
ask
f15f938f64 TAChart: Fix out-of-range array access in TIntervalList.AddRange
git-svn-id: trunk@32308 -
2011-09-13 07:14:43 +00:00
ask
24260c4e30 TAChart: Skip NaNs when drawing line series
git-svn-id: trunk@32307 -
2011-09-13 04:32:43 +00:00
ask
5e47f77c8b TAChart: Use $PUSH/$POP instead of $IFDEFs to restore compiler options in SafeInfinity
git-svn-id: trunk@32306 -
2011-09-13 03:45:55 +00:00
ask
d48b6c597d TAChart: Fix compile-time range check errors due to NaN usage
git-svn-id: trunk@32305 -
2011-09-13 03:43:05 +00:00
ask
c501d0bda5 TAChart: Mark TCubicSplineSeries.Calculate function public
git-svn-id: trunk@32282 -
2011-09-11 10:25:06 +00:00
jesus
78d95df812 tachart, fix compiler confusion on what version of overloaded function to call
git-svn-id: trunk@32208 -
2011-09-07 18:43:26 +00:00
ask
50521088ff TAChart: Prevent out-of-range access with AccumulationRange=0 and AccumulationMethod=camDerivative
git-svn-id: trunk@32205 -
2011-09-07 10:08:08 +00:00
ask
643751d975 TAChart: Workaround for the derivative calculation at the first data point
git-svn-id: trunk@32204 -
2011-09-07 09:36:25 +00:00
ask
3563b6e636 TAChart: Use TPublishedIntegerSet to store TDataPointTool.AffectedSeries
git-svn-id: trunk@32203 -
2011-09-07 08:41:24 +00:00
ask
f3f19b366a TAChart: Add TPublishedIntegerSet utility object. Add tests for it.
git-svn-id: trunk@32202 -
2011-09-07 08:40:20 +00:00
ask
aca1ae3c43 TAChart: Change TCalculatedChartSource.AccumulationRange default value from 1 to 2
git-svn-id: trunk@32201 -
2011-09-07 08:24:48 +00:00
ask
2451ea26ea TAChart: Add derivative series to the Statistics page of the line demo
git-svn-id: trunk@32185 -
2011-09-05 11:10:20 +00:00
ask
842f2e1772 TAChart: Add camDerivative value to TCalculatedChartSource.AccumulationMethod
git-svn-id: trunk@32184 -
2011-09-05 11:09:12 +00:00
ask
9202316548 TAChart: drag demo: compilation fix and minor update
git-svn-id: trunk@32180 -
2011-09-05 07:11:58 +00:00
ask
336ac44a70 TAChart: Add tagraph.lrs to the package. Fixes issue #20128
git-svn-id: trunk@32168 -
2011-09-03 11:52:32 +00:00
mattias
51032e0c78 undo tachartlazaruspkg
git-svn-id: trunk@32144 -
2011-09-01 17:44:51 +00:00
mattias
478b63f35b IDE: add/remove active file to/from package
git-svn-id: trunk@32143 -
2011-09-01 17:38:45 +00:00
ask
d5ad4ab713 TAChart: Add FormatIfNotEmpty utility function
git-svn-id: trunk@32136 -
2011-08-31 11:05:11 +00:00
ask
f32263619c TAChart: Move all editors to 'editors' directory
git-svn-id: trunk@32135 -
2011-08-31 09:05:17 +00:00
ask
300398fe8d TAChart: Add license header
git-svn-id: trunk@32134 -
2011-08-31 09:00:41 +00:00
ask
50c71d7f3b TAChart: Move TADataPointsEditor to editors directory
git-svn-id: trunk@32133 -
2011-08-31 08:58:12 +00:00
ask
3b22c6ae7b TAChart: Extract TAToolEditors unit
git-svn-id: trunk@32132 -
2011-08-31 08:54:00 +00:00
ask
eb98fba4db TAChart: Add TChartExtentLink.Enabled property
git-svn-id: trunk@32128 -
2011-08-31 03:06:29 +00:00
ask
2eff105803 TAChart: Add "Transform" page to the panes demo
git-svn-id: trunk@32097 -
2011-08-29 14:43:56 +00:00
ask
142639461e TAChart: Add panes demo
git-svn-id: trunk@32089 -
2011-08-29 09:03:53 +00:00
ask
763246ef25 TAChart: Add icon for TChartExtentLink component
git-svn-id: trunk@32088 -
2011-08-29 08:57:21 +00:00
ask
069dd88df5 TAChart: Add TChartExtentLink component
git-svn-id: trunk@32087 -
2011-08-29 08:48:49 +00:00
ask
d4f841d515 TAChart: Remove unneeded unit from "uses" clause
git-svn-id: trunk@32086 -
2011-08-29 08:47:08 +00:00
ask
6815af3213 TAChart: Use ColorDialog to edit colors in TDataPointsEditorForm
git-svn-id: trunk@32084 -
2011-08-28 11:56:14 +00:00
ask
f9b4fae300 TAChart: Use Grid.Columns in TDataPointsEditorForm
git-svn-id: trunk@32081 -
2011-08-28 11:13:05 +00:00
ask
2e38d51e90 TAChart: Add design-time editor for TListChartSource.DataPoints property
git-svn-id: trunk@32080 -
2011-08-28 10:06:13 +00:00
ask
d03bd83f01 TAChart: Specify drawer only for TDrawFuncHelper.DrawFunction, not Create
git-svn-id: trunk@32079 -
2011-08-28 06:53:07 +00:00
ask
96bc72c285 TAChart: Add TDataPointTool.DistanceMode property
git-svn-id: trunk@32078 -
2011-08-28 06:50:47 +00:00
ask
3d47dcc48a TAChart: Check UseReticule property only in TReticuleTool
git-svn-id: trunk@32077 -
2011-08-28 06:40:14 +00:00
ask
be28a37a2a TAChart: Implement TCubicSplineSeries.GetNearestPoint
git-svn-id: trunk@32076 -
2011-08-28 06:27:35 +00:00
ask
64c42d5290 TAChart: Correctly calculate TFuncSeries.GetNearestPoint
git-svn-id: trunk@32075 -
2011-08-28 06:18:35 +00:00
ask
dd9ce14656 TAChart: Add TNearestPointParams.FRadius field
git-svn-id: trunk@32074 -
2011-08-28 05:53:15 +00:00
ask
ab098ca690 TAChart: Add TNearestPointResults.FDist field
git-svn-id: trunk@32073 -
2011-08-28 04:52:09 +00:00
ask
cc324e9e04 TAChart: Use records to pass parameters to GetNearestPoint function
git-svn-id: trunk@32072 -
2011-08-28 04:40:05 +00:00
ask
d0faffd601 TAChart: Extract TDrawFuncHelper class
git-svn-id: trunk@32071 -
2011-08-28 01:46:23 +00:00
ask
00a19e4d01 TAChart: Do not subtract ZeroLevel from the bar height
git-svn-id: trunk@32070 -
2011-08-27 15:34:21 +00:00
ask
74bfc779a0 TAChart: Use TChartAxis.Range even if no series is assigned to the axis
git-svn-id: trunk@32028 -
2011-08-21 10:40:49 +00:00
ask
b001e5e50e TAChart: Auto-hide axis if exception is raised while drawing it
git-svn-id: trunk@32027 -
2011-08-21 10:06:43 +00:00
ask
afcfb37496 TAChart: Add TFuncSeries.GetNearestPoint function
git-svn-id: trunk@32026 -
2011-08-21 09:20:16 +00:00
ask
1f845378e0 TAChart: Deactivate cross-hair tool after call to Hide
git-svn-id: trunk@32025 -
2011-08-21 09:01:13 +00:00
ask
9835faabb1 TAChart: Fix MouseUp event dispatch for tools
git-svn-id: trunk@32024 -
2011-08-21 08:58:57 +00:00
ask
2411bc6d12 TAChart: Add Chart and NearestGraphPoint properties to data tools
git-svn-id: trunk@32023 -
2011-08-21 01:10:04 +00:00
ask
173ae2f758 TAChart: Fix typo in the navigation demo
git-svn-id: trunk@31988 -
2011-08-15 09:58:06 +00:00
ask
20ac7ef34a TAChart: Do not draw grid lines on the edge of the clip rectangle
git-svn-id: trunk@31987 -
2011-08-15 08:12:18 +00:00
ask
3338aa1034 TAChart: Use TDataPointCrosshairTool in tools demo
git-svn-id: trunk@31973 -
2011-08-13 09:31:53 +00:00
ask
6980c29514 TAChart: Add TDataPointCrosshairTool.CrosshairPen property
git-svn-id: trunk@31972 -
2011-08-13 09:29:04 +00:00
ask
a9be6582cb TAChart: Add Hide and KeyDown methods to TDataPointCrosshairTool
git-svn-id: trunk@31971 -
2011-08-13 09:21:32 +00:00
ask
ad3dfd2bae TAChart: Fix mouse coordinates passed to KeyUp/KeyDown tool events
git-svn-id: trunk@31970 -
2011-08-13 09:20:36 +00:00
ask
9589bb8c23 TAChart: Add TDataPointCrosshairTool.Size property
git-svn-id: trunk@31969 -
2011-08-13 08:21:58 +00:00
ask
4e1e68d332 TAChart: Add TDataPointCrosshairTool
git-svn-id: trunk@31968 -
2011-08-13 08:17:02 +00:00
ask
c7a63a2aed TAChart: Automatically determine default tool drawing mode based on the widgetset
git-svn-id: trunk@31966 -
2011-08-12 17:48:29 +00:00
ask
b132e87418 TAChart: Add TZoomDragTool.Frame property
git-svn-id: trunk@31965 -
2011-08-12 17:36:14 +00:00
ask
f1e69d3d5f TAChart: Add TChartTool.Draw and TChartTool.DrawingMode. Publish DrawingMode property for TZoomDragTool.
git-svn-id: trunk@31964 -
2011-08-12 17:25:57 +00:00
ask
ff7e117d2f TAChart: Add enumerator to TChartTools. Add "strict" modifiers to classes in TATools unit.
git-svn-id: trunk@31961 -
2011-08-12 12:20:21 +00:00
ask
413337fbfa TAChart: Make TConstantLine.AxisIndexX work in GetNearestPoint and MovePoint methods. Update axistransf demo.
git-svn-id: trunk@31953 -
2011-08-12 06:00:05 +00:00
jesus
561307dda3 Fix compile with fpc trunk
git-svn-id: trunk@31947 -
2011-08-11 20:18:27 +00:00
ask
a85397a7f2 TAChart: Fix axis interval scale during printing. Trivial update to print demo.
git-svn-id: trunk@31923 -
2011-08-09 13:48:51 +00:00
ask
cdbd6d7fc4 TAChart: Fix minor marks after the last mark provided by the list source
git-svn-id: trunk@31911 -
2011-08-08 09:29:40 +00:00
ask
bfd5cb4f0e TAChart: Use Intervals.MinLength in TCustomChartSource
git-svn-id: trunk@31873 -
2011-08-05 12:44:46 +00:00
ask
21b9e581d4 TAChart: Use axis interval parameters in TDateTimeIntervalChartSource. Update axis demo.
git-svn-id: trunk@31871 -
2011-08-05 12:29:32 +00:00
ask
8ce1ae04fd TAChart: Use aipGraphCoords option in the axistransf demo
git-svn-id: trunk@31867 -
2011-08-05 05:59:20 +00:00
ask
3ec7677315 TAChart: Add aipGraphCoords option to axis interval parameters
git-svn-id: trunk@31866 -
2011-08-05 05:56:25 +00:00
ask
cc9b94639e TAChart: Do not draw minor axis marks over major ones. Correctly use axis transformation on the minor marks.
git-svn-id: trunk@31865 -
2011-08-05 05:34:17 +00:00
ask
85819bec91 TAChart: Add workaround for issue #19887
git-svn-id: trunk@31864 -
2011-08-05 03:42:11 +00:00
ask
f9aff65013 TAChart: Publish TIntervalChartSource component. Add icon.
git-svn-id: trunk@31861 -
2011-08-03 17:02:40 +00:00
ask
e988567787 TAChart: Update axistransf demo
git-svn-id: trunk@31860 -
2011-08-03 16:38:28 +00:00
ask
7195e84854 TAChart: Update chart after change of axis interval parameters
git-svn-id: trunk@31859 -
2011-08-03 16:26:51 +00:00
ask
e486d01537 TAChart: Add "Intervals" page to the axis demo
git-svn-id: trunk@31858 -
2011-08-03 15:42:09 +00:00
ask
ce27587010 TAChart: Refactor TCharAxis.GetMarkValues procedure
git-svn-id: trunk@31857 -
2011-08-03 15:41:09 +00:00
ask
b6c83f2721 TAChart: Additional checks to prevent drawing of axis marks outside the axis range
git-svn-id: trunk@31856 -
2011-08-03 15:28:06 +00:00
ask
89c458bc8d TAChart: Replace TChartMinorAxis.IntervalsCount with Intervals property
git-svn-id: trunk@31855 -
2011-08-03 15:14:50 +00:00
ask
3f6db4ab9f TAChart: Add TChartAxis.Intervals property
git-svn-id: trunk@31854 -
2011-08-03 14:44:56 +00:00
ask
6fc1a2fbed TAChart: Fix axis ordering
git-svn-id: trunk@31853 -
2011-08-03 14:40:58 +00:00
ask
70e64e04d8 TAChart: Use TIntervalChartSource.Params in interval calculations
git-svn-id: trunk@31851 -
2011-08-03 11:37:38 +00:00