com.steema.teechart.axis
Class AxisLabelAlign

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.axis.AxisLabelAlign

public final class AxisLabelAlign
extends Enum

determines the position of Labels on an Axis.

Title: AxisLabelAlign class

Description: Sets position of Labels on an Axis.

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

Company: Steema Software SL


Field Summary
static AxisLabelAlign DEFAULT
          Default position.
static AxisLabelAlign OPPOSITE
          Labels aligned opposite the default position.
 
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

DEFAULT

public static final AxisLabelAlign DEFAULT
Default position.


OPPOSITE

public static final AxisLabelAlign OPPOSITE
Labels aligned opposite the default position.