add method
add(self, type)
Adds a Trendline object to this collection with specified type.
Returns
Trendline object index.
def add(self, type):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.charts.TrendlineType | Trendline type. |
add(self, type, name)
Adds a Trendline object to this collection with specified type and name.
Returns
Trendline object index.
def add(self, type, name):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.charts.TrendlineType | Trendline type. |
| name | System.String | Trendline name. |
See Also
- module
aspose.cells.charts - class
Trendline - class
TrendlineCollection