SparklineGroupCollection.Add
Contents
[
Hide
]Add(SparklineType)
Adds an SparklineGroup
with a Sparkline
to the collection.
public int Add(SparklineType type)
Parameter | Type | Description |
---|---|---|
type | SparklineType | Specifies the type of the Sparkline group. |
Return Value
SparklineGroup
object index.
See Also
- enum SparklineType
- class SparklineGroupCollection
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells
Add(SparklineType, string, bool, CellArea)
Adds an SparklineGroup
with Sparkline
to the collection.
public int Add(SparklineType type, string dataRange, bool isVertical, CellArea locationRange)
Parameter | Type | Description |
---|---|---|
type | SparklineType | Specifies the type of the Sparkline group. |
dataRange | String | Specifies the data range of the sparkline group. |
isVertical | Boolean | Specifies whether to plot the sparklines from the data range by row or by column. |
locationRange | CellArea | Specifies where the sparklines to be placed. |
Return Value
SparklineGroup
object index.
See Also
- enum SparklineType
- struct CellArea
- class SparklineGroupCollection
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells