com.steema.teechart.tools
Class DragPointStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.DragPointStyle

public final class DragPointStyle
extends Enum

Title: DragPointStyle class

Description: Describes the possible values of the DragPoint.Style method.

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

Company: Steema Software SL

See Also:
DragPoint.getStyle()

Field Summary
static DragPointStyle BOTH
          Allows user to drag points both horizontally and vertically.
static DragPointStyle X
          Allows user to drag points horizontally only.
static DragPointStyle Y
          Allows user to drag points vertically only.
 
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

X

public static final DragPointStyle X
Allows user to drag points horizontally only.


Y

public static final DragPointStyle Y
Allows user to drag points vertically only.


BOTH

public static final DragPointStyle BOTH
Allows user to drag points both horizontally and vertically.