LazStats: Integrate report and chart into form of BubblePlotUnit.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7685 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-09-22 09:40:36 +00:00
parent d9150100d0
commit 0bb1c4fe0f
5 changed files with 543 additions and 582 deletions

View File

@ -62,7 +62,8 @@ implementation
uses
Math, Printers, OSPrinters,
TAChartUtils, TADrawerSVG, TAPrint;
TAChartUtils, TADrawerSVG, TAPrint,
Utils;
constructor TChartFrame.Create(AOwner: TComponent);
@ -72,6 +73,7 @@ begin
ZoomDragTool.LimitToExtent := [zdDown];
PanDragTool.LimitToExtent := [pdDown];
{$IFEND}
InitToolbar(ChartToolbar, tpTop);
UpdateBtnStates;
end;