com.steema.teechart
Class ScrollMode

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.ScrollMode
All Implemented Interfaces:
java.io.Serializable

public final class ScrollMode
extends Enum

Title: ScrollMode class

Description: Describes the possible values of the Scroll.Allow property.

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static ScrollMode BOTH
          Allows complete Horizontal and Vertical Scrolling.
static ScrollMode HORIZONTAL
          Allows only Vertical Scrolling.
static ScrollMode NONE
          Denies scrolling.
static ScrollMode VERTICAL
          Allows only Horizontal Scrolling.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final ScrollMode NONE
Denies scrolling.


VERTICAL

public static final ScrollMode VERTICAL
Allows only Horizontal Scrolling.


HORIZONTAL

public static final ScrollMode HORIZONTAL
Allows only Vertical Scrolling.


BOTH

public static final ScrollMode BOTH
Allows complete Horizontal and Vertical Scrolling.