com.steema.teechart.tools
Class AnnotationPosition

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

public final class AnnotationPosition
extends Enum

Title: AnnotationPosition

Description: Describes the possible values of the Annotation.Position method.

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

Company: Steema Software

See Also:
Annotation.getPosition()

Field Summary
static AnnotationPosition CENTER
           
static AnnotationPosition LEFTBOTTOM
          Draws the Annotation Tool in the bottom left of the Chart Panel.
static AnnotationPosition LEFTTOP
          Draws the Annotation Tool in the top left of the Chart Panel.
static AnnotationPosition RIGHTBOTTOM
          Draws the Annotation Tool in the bottom right of the Chart Panel.
static AnnotationPosition RIGHTTOP
          Draws the Annotation Tool in the top right of the Chart Panel.
 
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

LEFTTOP

public static final AnnotationPosition LEFTTOP
Draws the Annotation Tool in the top left of the Chart Panel.


LEFTBOTTOM

public static final AnnotationPosition LEFTBOTTOM
Draws the Annotation Tool in the bottom left of the Chart Panel.


RIGHTTOP

public static final AnnotationPosition RIGHTTOP
Draws the Annotation Tool in the top right of the Chart Panel.


RIGHTBOTTOM

public static final AnnotationPosition RIGHTBOTTOM
Draws the Annotation Tool in the bottom right of the Chart Panel.


CENTER

public static final AnnotationPosition CENTER