Uses of Class
com.steema.teechart.ScrollMode

Packages that use ScrollMode
com.steema.teechart   
 

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.
 

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