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.
 

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