com.steema.teechart.legend
Class LegendAlignment

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.legend.LegendAlignment

public final class LegendAlignment
extends Enum

Title: Legend.Alignment class

Description: Describes the possible values of Legend.Alignment

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

Company: Steema Software SL


Field Summary
static LegendAlignment BOTTOM
          Aligns the legend to the bottom of the TChart.
static LegendAlignment LEFT
          Aligns the legend to the left of the TChart.
static LegendAlignment RIGHT
          Aligns the legend to the right of the TChart.
static LegendAlignment TOP
          Aligns the legend to the top of the TChart.
 
Method Summary
static LegendAlignment fromValue(int value)
           
 
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

LEFT

public static final LegendAlignment LEFT
Aligns the legend to the left of the TChart.


RIGHT

public static final LegendAlignment RIGHT
Aligns the legend to the right of the TChart.


TOP

public static final LegendAlignment TOP
Aligns the legend to the top of the TChart.


BOTTOM

public static final LegendAlignment BOTTOM
Aligns the legend to the bottom of the TChart.

Method Detail

fromValue

public static LegendAlignment fromValue(int value)