Uses of Class
com.steema.teechart.functions.PeriodAlign

Packages that use PeriodAlign
com.steema.teechart.functions   
 

Uses of PeriodAlign in com.steema.teechart.functions
 

Fields in com.steema.teechart.functions declared as PeriodAlign
static PeriodAlign PeriodAlign.CENTER
          Aligns the function with the centre point of the function period.
static PeriodAlign PeriodAlign.FIRST
          Aligns the function with the first point of the function period.
static PeriodAlign PeriodAlign.LAST
          Aligns the function with the last point of the function period.
 

Methods in com.steema.teechart.functions that return PeriodAlign
 PeriodAlign Function.getPeriodAlign()
          Controls where to place function calculations inside the full period space.
 

Methods in com.steema.teechart.functions with parameters of type PeriodAlign
 void Function.setPeriodAlign(PeriodAlign value)