com.steema.teechart.legend
Class LegendSymbolPosition

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

public final class LegendSymbolPosition
extends Enum

Title: LegendSymbolPosition class.

Description: Describes the position of the Legend's color rectangles.

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

Company: Steema Software SL


Field Summary
static LegendSymbolPosition LEFT
          Defines the left positioning of the Legend's color rectangles.
static LegendSymbolPosition RIGHT
          Defines the right positioning of the Legend's color rectangles.
 
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

LEFT

public static final LegendSymbolPosition LEFT
Defines the left positioning of the Legend's color rectangles.


RIGHT

public static final LegendSymbolPosition RIGHT
Defines the right positioning of the Legend's color rectangles.