[Lazarus] TAChart cannot zoom
"Leonardo M. Ramé"
l.rame at griensu.com
Wed Oct 22 20:42:20 CEST 2014
El 21/10/14 a las 15:32, Werner Pamler escibió:
> You have added a ChartToolset and have assigned it to the chart. This
> deactivates the built-in toolset which is responsible for default
> zooming and panning. All you have to do is to add another ZoomDragTool
> to your toolset. To make it respond to dragging with the left mouse
> button set its Shift property to ssLeft, this is the standard behavior
> of the built-in zoom tool. If you need panning as well add a
> ZoomPanTool; by default, it becomes active with the right mouse button.
> But if you already use these Shift values in tools that are currently in
> your toolset, select something else, or add a key like ssCtrl, or
> ssShift (or both) - there are many possibilities.
>
> There are several tutorial which cover zooming in TAChart:
>
> * http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Chart_Tools,
> * http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_Function_Series
> * http://wiki.lazarus.freepascal.org/TAChart_Tutorial:_ColorMapSeries,_Zooming
>
Thanks Werner, I'll take a look at it.
--
Leonardo M. Ramé
Medical IT - Griensu S.A.
Av. Colón 636 - Piso 8 Of. A
X5000EPT -- Córdoba
Tel.: +54(351)4246924 +54(351)4247788 +54(351)4247979 int. 19
Cel.: +54 9 (011) 40871877
More information about the Lazarus
mailing list