com.steema.teechart
Class Scroll
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.ZoomScroll
com.steema.teechart.Scroll
public class Scroll
- extends ZoomScroll
Title: Scroll class
Description: Chart mouse scroll characteristics
Copyright (c) 2005-2013 by Steema Software SL. All Rights
Reserved.
Company: Steema Software SL
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scroll
public Scroll(IBaseChart c)
getAllow
public ScrollMode 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.
- Returns:
- ScrollMode
setAllow
public void setAllow(ScrollMode value)
- Controls runtime Scrolling modes.
Default value: Both
- Parameters:
value
- ScrollMode
getMouseButton
public int getMouseButton()
- The Mousebutton to use for the scroll action.
Default value: Right
- Returns:
- int Mouse Button
setMouseButton
public void setMouseButton(int value)
- Sets the Mousebutton to use for the scroll action.
Default value: Right
- Parameters:
value
- int