public interface ISparklineGroups extends java.lang.Iterable<ISparklineGroup>
| Modifier and Type | Method and Description |
|---|---|
ISparklineGroup |
add(SparkType type,
java.lang.String sourceData)
Creates a new sparkline group and returns an
ISparklineGroup object. |
void |
clear()
Clears the selected sparklines.
|
void |
clearGroups()
Clears the selected sparkline groups.
|
ISparklineGroup |
get(int index)
Returns the
ISparklineGroup object from a collection. |
int |
getCount()
Gets the number of sparkline groups in the associated
IRange object. |
void |
group()
Groups the selected sparklines.
|
void |
group(IRange Location)
Groups the selected sparklines.
|
void |
ungroup()
Ungroups the sparklines in the selected sparkline group.
|
int getCount()
IRange object.ISparklineGroup get(int index)
ISparklineGroup object from a collection.index - Specifies the position of an element in the collection.ISparklineGroup add(SparkType type, java.lang.String sourceData)
ISparklineGroup object.type - The type of sparkline.sourceData - Represents the range to use to create the sparkline.void clear()
void clearGroups()
void group()
void group(IRange Location)
Location - The range the sparkline group is based on. If it is null, it is
based on the first sparkline in groups.void ungroup()