Uses of Class
com.steema.teechart.ZoomDirections

Packages that use ZoomDirections
com.steema.teechart   
 

Uses of ZoomDirections in com.steema.teechart
 

Fields in com.steema.teechart declared as ZoomDirections
static ZoomDirections ZoomDirections.BOTH
          Allows both Horizontal and Vertical Zooming.
static ZoomDirections ZoomDirections.HORIZONTAL
          Allows only Horizontal Zooming.
static ZoomDirections ZoomDirections.VERTICAL
          Allows only Vertical Zooming.
 

Methods in com.steema.teechart that return ZoomDirections
 ZoomDirections Zoom.getDirection()
          The direction of the zoom on a selected area.
 

Methods in com.steema.teechart with parameters of type ZoomDirections
 void Zoom.setDirection(ZoomDirections value)
          Sets the direction of the zoom on a selected area.