|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. The position of calculation output points within range. When the function Period is greater than zero (so it calculates by groups of points), the function results are added to the series by default at the center position of the Function Period. |
Methods in com.steema.teechart.functions with parameters of type PeriodAlign | |
---|---|
void |
Function.setPeriodAlign(PeriodAlign value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |