接口 ISparklineGroups
- 所有超级接口:
Iterable<ISparklineGroup>
Represents a collection of sparkline groups.
-
方法概要
修饰符和类型方法说明Creates a new sparkline group and returns anISparklineGroup
object.void
clear()
Clears the selected sparklines.void
Clears the selected sparkline groups.get
(int index) Returns theISparklineGroup
object from a collection.int
getCount()
Gets the number of sparkline groups in the associatedIRange
object.void
group()
Groups the selected sparklines.void
Groups the selected sparklines.void
ungroup()
Ungroups the sparklines in the selected sparkline group.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCount
int getCount()Gets the number of sparkline groups in the associatedIRange
object. -
get
Returns theISparklineGroup
object from a collection.- 参数:
index
- Specifies the position of an element in the collection.
-
add
Creates a new sparkline group and returns anISparklineGroup
object.- 参数:
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.- 参数:
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.
-