public class TrendlineCollection extends DomObject<ChartSeries> implements ITrendlineCollection
Represents a collection of Trendline
| Modifier and Type | Method and Description |
|---|---|
ITrendline |
add(int trendlineType)
Adds the new Trendline at the end of a collection and return it.
|
ITrendline |
get_Item(int index)
Gets the element at the specified index.
|
int |
getCount()
Gets the number of elements actually contained in the collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITrendline> |
iterator()
Returns an enumerator that iterates through the collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITrendline> |
iteratorJava()
Returns a java iterator for the entire collection.
|
void |
remove(ITrendline value)
Removes the specified value.
|
getParent_Immediatepublic final ITrendline get_Item(int index)
Gets the element at the specified index.
Read-only Trendline.
get_Item in interface ITrendlineCollectionpublic final ITrendline add(int trendlineType)
Adds the new Trendline at the end of a collection and return it.
add in interface ITrendlineCollectiontrendlineType - Trendline type TrendlineTypeITrendlinepublic final void remove(ITrendline value)
Removes the specified value.
remove in interface ITrendlineCollectionvalue - Trendline to remove ITrendlinepublic final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITrendline> iterator()
Returns an enumerator that iterates through the collection.
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITrendline>iterator in interface com.aspose.ms.System.Collections.IEnumerable<ITrendline>iterator in interface java.lang.Iterable<ITrendline>IGenericEnumerator that can be used to iterate through the collection.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITrendline> iteratorJava()
Returns a java iterator for the entire collection.
Iterator for the entire collection.public final int getCount()
Gets the number of elements actually contained in the collection.
Read-only int.
getCount in interface ITrendlineCollectionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.