Package | Description |
---|---|
com.steema.teechart.functions |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
Function.setPeriodAlign(PeriodAlign value) |