You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user