| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
TrendlineType |
ITrendline.getType()
Gets the trendline type.
|
static TrendlineType |
TrendlineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrendlineType |
TrendlineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrendlineType[] |
TrendlineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TrendlineType[] |
TrendlineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITrendline.setType(TrendlineType value)
Sets the trendline type.
|