com.steema.teechart.functions
Class PeriodStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.functions.PeriodStyle
All Implemented Interfaces:
java.io.Serializable

public final class PeriodStyle
extends Enum

Title: PeriodStyle class

Description: Descibes function period as a number of points or as a range of points.

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static PeriodStyle NUMPOINTS
          Defines function period as a number of points.
static PeriodStyle RANGE
          Defines function period as a range of points.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMPOINTS

public static final PeriodStyle NUMPOINTS
Defines function period as a number of points.


RANGE

public static final PeriodStyle RANGE
Defines function period as a range of points.