接口 ISparklineGroup
- 所有超级接口:
Iterable<ISparkline>
Represents a group of sparklines.
-
方法概要
修饰符和类型方法说明void
delete()
Deletes the sparkline group.void
Generate sparkline group from json stringget
(int index) Gets theISparkline
object.getAxes()
Gets the associatedISparkAxes
int
getCount()
Gets the number of sparklines in the sparkline group.Gets the date range for the sparkline group.Gets the way that blank cells are plotted on a chart.boolean
Specifies whether hidden cells are plotted in the sparkline group.double
Gets the thickness of the sparklines in the sparkline group.Gets theIRange
object that represents the location of the sparklinegroup.Gets how to plot the sparkline when the data on which it is based is in a square-shaped range.Gets the position of the specified node as a coordinate pair.Gets theIFormatColor
object that represents the main series colorfor the sparkline group.Gets the range that contains the source data for the sparkline group.getType()
Gets the type of sparkline for the group.void
setDateRange
(String value) Sets the date range for the sparkline group.void
Sets the way that blank cells are plotted on a chart.void
setDisplayHidden
(boolean value) Specifies whether hidden cells are plotted in the sparkline group.void
setLineWeight
(double value) Sets the thickness of the sparklines in the sparkline group.void
setLocation
(IRange value) Sets theIRange
object that represents the location of the sparklinegroup.void
setPlotBy
(SparklineRowCol value) Sets how to plot the sparkline when the data on which it is based is in a square-shaped range.void
setSourceData
(String value) Sets the range that contains the source data for the sparkline group.void
Sets the type of sparkline for the group.toJson()
Generate json string from sparkline group从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
get
Gets theISparkline
object.- 参数:
index
- Index value of the sparkline.
-
getAxes
ISparkAxes getAxes()Gets the associatedISparkAxes
-
getCount
int getCount()Gets the number of sparklines in the sparkline group. -
getDateRange
String getDateRange()Gets the date range for the sparkline group. -
setDateRange
Sets the date range for the sparkline group. -
getDisplayBlanksAs
DisplayBlanksAs getDisplayBlanksAs()Gets the way that blank cells are plotted on a chart. -
setDisplayBlanksAs
Sets the way that blank cells are plotted on a chart. -
getDisplayHidden
boolean getDisplayHidden()Specifies whether hidden cells are plotted in the sparkline group. -
setDisplayHidden
void setDisplayHidden(boolean value) Specifies whether hidden cells are plotted in the sparkline group. -
getLineWeight
double getLineWeight()Gets the thickness of the sparklines in the sparkline group. -
setLineWeight
void setLineWeight(double value) Sets the thickness of the sparklines in the sparkline group. -
getLocation
IRange getLocation()Gets theIRange
object that represents the location of the sparklinegroup. -
setLocation
Sets theIRange
object that represents the location of the sparklinegroup. -
getPlotBy
SparklineRowCol getPlotBy()Gets how to plot the sparkline when the data on which it is based is in a square-shaped range. -
setPlotBy
Sets how to plot the sparkline when the data on which it is based is in a square-shaped range. -
getPoints
ISparkPoints getPoints()Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points. -
getSeriesColor
IFormatColor getSeriesColor()Gets theIFormatColor
object that represents the main series colorfor the sparkline group. -
getSourceData
String getSourceData()Gets the range that contains the source data for the sparkline group. -
setSourceData
Sets the range that contains the source data for the sparkline group. -
getType
SparkType getType()Gets the type of sparkline for the group. -
setType
Sets the type of sparkline for the group. -
delete
void delete()Deletes the sparkline group. -
fromJson
Generate sparkline group from json string- 参数:
json
-
-
toJson
String toJson()Generate json string from sparkline group- 返回:
-