Encapsulates a collection of ISparklineGroup objects.
More...
Inherits CollectionBase.
Encapsulates a collection of ISparklineGroup objects.
◆ AddISparklineGroup()
Adds an ISparklineGroup item to the collection.
- Parameters
-
type | Specifies the type of the Sparkline group. |
dataRange | Specifies the data range of the sparkline group. |
isVertical | Specifies whether to plot the sparklines from the data range by row or by column. |
locationRange | Specifies where the sparklines to be placed. |
- Returns
- ISparklineGroup object index.
◆ ClearISparklineGroups()
virtual void Aspose::Cells::Charts::ISparklineGroupCollection::ClearISparklineGroups |
( |
intrusive_ptr< Aspose::Cells::ICellArea > |
cellArea | ) |
|
|
pure virtual |
Clears the sparkline groups that overlaps an area of cells.
- Parameters
-
cellArea | Specifies the area of cells |
◆ ClearISparklines()
virtual void Aspose::Cells::Charts::ISparklineGroupCollection::ClearISparklines |
( |
intrusive_ptr< Aspose::Cells::ICellArea > |
cellArea | ) |
|
|
pure virtual |
Clears the sparklines that is inside an area of cells.
- Parameters
-
cellArea | Specifies the area of cells |
◆ GetObjectByIndex()
Gets the ISparklineGroup element at the specified index.
- Parameters
-
index | The zero based index of the element. |
- Returns
- The element at the specified index.