接口 ISparkline
public interface ISparkline
Represents a single sparkline.
-
方法概要
修饰符和类型方法说明void
Generate the sparkline from the json stringGets or sets the location of a single sparkline.Gets the range that contains the source data for a single sparkline.void
setLocation
(IRange value) Sets the location of a single sparkline.void
setSourceData
(String value) Sets the range that contains the source data for a single sparkline.toJson()
Generate the json string from sparkline
-
方法详细资料
-
getLocation
IRange getLocation()Gets or sets the location of a single sparkline.- 返回:
- The location of a single sparkline.
-
setLocation
Sets the location of a single sparkline. -
getSourceData
String getSourceData()Gets the range that contains the source data for a single sparkline. -
setSourceData
Sets the range that contains the source data for a single sparkline. -
fromJson
Generate the sparkline from the json string- 参数:
json
-
-
toJson
String toJson()Generate the json string from sparkline- 返回:
-