com.steema.teechart.tools
Class RotateStyle

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

public final class RotateStyle
extends Enum

Title: RotateStyle class

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

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

Company: Steema Software SL

See Also:
Rotate.getStyle(), Serialized Form

Field Summary
static RotateStyle ALL
          Elevates and Rotates the Chart series.
static RotateStyle ELEVATION
          Elevates the Chart series.
static RotateStyle ROTATION
          Rotates the Chart series.
 
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

ALL

public static final RotateStyle ALL
Elevates and Rotates the Chart series.


ROTATION

public static final RotateStyle ROTATION
Rotates the Chart series.


ELEVATION

public static final RotateStyle ELEVATION
Elevates the Chart series.