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

Packages that use PeriodStyle
com.steema.teechart.functions   
 

Uses of PeriodStyle in com.steema.teechart.functions
 

Fields in com.steema.teechart.functions declared as PeriodStyle
static PeriodStyle PeriodStyle.NUMPOINTS
          Defines function period as a number of points.
static PeriodStyle PeriodStyle.RANGE
          Defines function period as a range of points.
 

Methods in com.steema.teechart.functions that return PeriodStyle
 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.
 

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