com.steema.teechart
Class PanelMarginUnits

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.PanelMarginUnits

public final class PanelMarginUnits
extends Enum

Title: PanelMarginUnits class

Description: Describes the possible values of Panel.MarginUnits.

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

Company: Steema Software SL


Field Summary
static PanelMarginUnits PERCENT
          Defines units as a percentage of the panel size.
static PanelMarginUnits PIXELS
          Defines units in pixels.
 
Method Summary
 PanelMarginUnits atIndex(int index)
           
static int size()
           
 
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 PanelMarginUnits PERCENT
Defines units as a percentage of the panel size.


PIXELS

public static final PanelMarginUnits PIXELS
Defines units in pixels.

Method Detail

size

public static int size()

atIndex

public PanelMarginUnits atIndex(int index)