com.steema.teechart.functions
Class TrendStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.functions.TrendStyle

public final class TrendStyle
extends Enum

Title: TrendStyle class

Description: Defines different trend styles.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
static TrendStyle EXPONENTIAL
          Exponential fit.
static TrendStyle LOGARITHMIC
          Logarithmic fit.
static TrendStyle NORMAL
          Normal linear fit.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final TrendStyle NORMAL
Normal linear fit.


LOGARITHMIC

public static final TrendStyle LOGARITHMIC
Logarithmic fit.


EXPONENTIAL

public static final TrendStyle EXPONENTIAL
Exponential fit.