public final class TrendStyle extends Enum
Title: TrendStyle class
Description: Defines different trend styles.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static TrendStyle |
EXPONENTIAL
Exponential fit.
|
static TrendStyle |
LOGARITHMIC
Logarithmic fit.
|
static TrendStyle |
NORMAL
Normal linear fit.
|
getValue, readResolve
public static final TrendStyle NORMAL
public static final TrendStyle LOGARITHMIC
public static final TrendStyle EXPONENTIAL