Package | Description |
---|---|
com.steema.teechart.functions |
Modifier and Type | Field and Description |
---|---|
static PeriodStyle |
PeriodStyle.NUMPOINTS
Defines function period as a number of points.
|
static PeriodStyle |
PeriodStyle.RANGE
Defines function period as a range of points.
|
Modifier and Type | Method and Description |
---|---|
PeriodStyle |
Function.getPeriodStyle()
Controls how the Period property is interpreted.
Either as number of points or as range. Range means Period property is specified in a range of values. |
Modifier and Type | Method and Description |
---|---|
void |
Function.setPeriodStyle(PeriodStyle value) |