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

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

Uses of Zoom.ZoomResetStyle in com.steema.teechart
 

Methods in com.steema.teechart that return Zoom.ZoomResetStyle
 Zoom.ZoomResetStyle Zoom.getZoomReset()
          Active for use when ZoomStyle = ZoomStyle.INCHART_MULTI
Gets/Sets the touch action that resets the chart
zoom/scroll.
static Zoom.ZoomResetStyle Zoom.ZoomResetStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Zoom.ZoomResetStyle[] Zoom.ZoomResetStyle.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.ZoomResetStyle
 void Zoom.setZoomReset(Zoom.ZoomResetStyle value)