com.steema.teechart
Class ZoomDirections

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.ZoomDirections

public final class ZoomDirections
extends Enum

Title: ZoomDirections class

Description: Describes the possible values of Zoom.Direction method.

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

Company: Steema Software SL


Field Summary
static ZoomDirections BOTH
          Allows both Horizontal and Vertical Zooming.
static ZoomDirections HORIZONTAL
          Allows only Horizontal Zooming.
static ZoomDirections VERTICAL
          Allows only Vertical Zooming.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final ZoomDirections HORIZONTAL
Allows only Horizontal Zooming.


VERTICAL

public static final ZoomDirections VERTICAL
Allows only Vertical Zooming.


BOTH

public static final ZoomDirections BOTH
Allows both Horizontal and Vertical Zooming.