|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.functions.PeriodAlign
public final class PeriodAlign
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 |
---|
public static final PeriodAlign FIRST
public static final PeriodAlign CENTER
public static final PeriodAlign LAST
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |