Package com.grapecity.documents.excel
Interface ISparklineGroups
- All Superinterfaces:
Iterable<ISparklineGroup>
Represents a collection of sparkline groups.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new sparkline group and returns anISparklineGroupobject.voidclear()Clears the selected sparklines.voidClears the selected sparkline groups.get(int index) Returns theISparklineGroupobject from a collection.intgetCount()Gets the number of sparkline groups in the associatedIRangeobject.voidgroup()Groups the selected sparklines.voidGroups the selected sparklines.voidungroup()Ungroups the sparklines in the selected sparkline group.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
int getCount()Gets the number of sparkline groups in the associatedIRangeobject. -
get
Returns theISparklineGroupobject from a collection.- Parameters:
index- Specifies the position of an element in the collection.
-
add
Creates a new sparkline group and returns anISparklineGroupobject.- Parameters:
type- The type of sparkline.sourceData- Represents the range to use to create the sparkline.
-
clear
void clear()Clears the selected sparklines. -
clearGroups
void clearGroups()Clears the selected sparkline groups. -
group
void group()Groups the selected sparklines. -
group
Groups the selected sparklines.- Parameters:
Location- The range the sparkline group is based on. If it is null, it isbased on the first sparkline in groups.
-
ungroup
void ungroup()Ungroups the sparklines in the selected sparkline group.
-