com.steema.teechart.events
Class ScrollModEventArgs

java.lang.Object
  extended by com.steema.teechart.events.TeeEvent
      extended by com.steema.teechart.events.ScrollModEventArgs

public class ScrollModEventArgs
extends TeeEvent

Author:
admin

Field Summary
 boolean AllowScroll
           
 double Max
           
 double Min
           
 
Fields inherited from class com.steema.teechart.events.TeeEvent
sender
 
Constructor Summary
ScrollModEventArgs(double min, double max, boolean allowScroll)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Min

public double Min

Max

public double Max

AllowScroll

public boolean AllowScroll
Constructor Detail

ScrollModEventArgs

public ScrollModEventArgs(double min,
                          double max,
                          boolean allowScroll)