Uses of Class
com.steema.teechart.ScrollMode

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

Uses of ScrollMode in com.steema.teechart
 

Fields in com.steema.teechart declared as ScrollMode
static ScrollMode ScrollMode.BOTH
          Allows complete Horizontal and Vertical Scrolling.
static ScrollMode ScrollMode.HORIZONTAL
          Allows only Vertical Scrolling.
static ScrollMode ScrollMode.NONE
          Denies scrolling.
static ScrollMode ScrollMode.VERTICAL
          Allows only Horizontal Scrolling.
 

Methods in com.steema.teechart that return ScrollMode
 ScrollMode Scroll.getAllow()
          Controls runtime Scrolling modes.
Default value: Both

Possible values are:
None          Deny scrolling.
Horizontal  Allow only Horizontal Scrolling.
Vertical       Allow only Vertical Scrolling.
Both            Allow complete Horizontal and Vertical Scrolling.
 

Methods in com.steema.teechart with parameters of type ScrollMode
 void Scroll.setAllow(ScrollMode value)
          Controls runtime Scrolling modes.
Default value: Both