Uses of Class
com.steema.teechart.Zoom.ZoomStyle

Packages that use Zoom.ZoomStyle
com.steema.teechart TeeChart Charting Library for Java. 
 

Uses of Zoom.ZoomStyle in com.steema.teechart
 

Methods in com.steema.teechart that return Zoom.ZoomStyle
 Zoom.ZoomStyle Zoom.getZoomStyle()
           
static Zoom.ZoomStyle Zoom.ZoomStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Zoom.ZoomStyle[] Zoom.ZoomStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.steema.teechart with parameters of type Zoom.ZoomStyle
 void Zoom.setZoomStyle(Zoom.ZoomStyle value)