Search code examples
javascriptteechart

Is it possible to control the zooming in TeeChart for a javascript?


we need to create some buttons to zoom in/zoom out. Also need to set zooming limitation. Is it possible to do these things?


Solution

  • Yes, this is possible using axis SetMinMax method as in the example Yeray posted here. Using SetMinMax you can set the zoom factor and also limit the maximum and minimum zoom levels.