public interface ITrendlines extends java.lang.Iterable<ITrendline>
ITrendline objects for the specified
series. Each Trendline object represents a trendline in a chart. A trendline
shows the trend, or direction, of data in a series.| Modifier and Type | Method and Description |
|---|---|
ITrendline |
add()
Creates a new trendline.
|
ITrendline |
get(int index)
Returns a single object from a collection.
|
int |
getCount()
Returns the number of objects in the collection.
|
ISeries |
getParent()
Returns the parent object for the specified object.
|
int getCount()
ISeries getParent()
ITrendline add()
ITrendline object.ITrendline get(int index)
index - The index number for the object.ITrendline object.