Interface ISparklineGroups
-
Method Summary
void
Clears the selected sparklines.
void
Clears the selected sparkline groups.
int
Gets the number of sparkline groups in the associated
IRange
object.
void
Groups the selected sparklines.
void
Groups the selected sparklines.
void
Ungroups the sparklines in the selected sparkline group.
-
Method Details
-
getCount
int getCount()
Gets the number of sparkline groups in the associated
IRange
object.
-
get
- Parameters:
index
- Specifies the position of an element in the collection.
-
add
- 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.