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

Packages that use TrendStyle
com.steema.teechart.functions   
 

Uses of TrendStyle in com.steema.teechart.functions
 

Fields in com.steema.teechart.functions declared as TrendStyle
static TrendStyle TrendStyle.EXPONENTIAL
          Exponential fit.
static TrendStyle TrendStyle.LOGARITHMIC
          Logarithmic fit.
static TrendStyle TrendStyle.NORMAL
          Normal linear fit.
 

Methods in com.steema.teechart.functions that return TrendStyle
 TrendStyle BaseTrend.getTrendStyle()
          Method used for calculating trendline.
 

Methods in com.steema.teechart.functions with parameters of type TrendStyle
 void BaseTrend.setTrendStyle(TrendStyle value)
          Defines different methods for calculating trendline.