com.steema.teechart.legend
Class LegendSymbolSize

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

public final class LegendSymbolSize
extends Enum

Title: LegendSymbolSize class.

Description: Describes the units in which to define the size of the Legend's color rectangles.

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

Company: Steema Software SL


Field Summary
static LegendSymbolSize PERCENT
          Defines the units as a Percentage of the Legend width.
static LegendSymbolSize PIXELS
          Defines the units as Pixels.
 
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

PERCENT

public static final LegendSymbolSize PERCENT
Defines the units as a Percentage of the Legend width.


PIXELS

public static final LegendSymbolSize PIXELS
Defines the units as Pixels.