com.steema.teechart.functions
Class PeriodAlign

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.functions.PeriodAlign

public final class PeriodAlign
extends Enum

Title: PeriodAlign class

Description: Descibes how a function is aligned with respect to the source series.

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

Company: Steema Software SL


Field Summary
static PeriodAlign CENTER
          Aligns the function with the centre point of the function period.
static PeriodAlign FIRST
          Aligns the function with the first point of the function period.
static PeriodAlign LAST
          Aligns the function with the last point of the function period.
 
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

FIRST

public static final PeriodAlign FIRST
Aligns the function with the first point of the function period.


CENTER

public static final PeriodAlign CENTER
Aligns the function with the centre point of the function period.


LAST

public static final PeriodAlign LAST
Aligns the function with the last point of the function period.