public interface ISparkline
| Modifier and Type | Method and Description |
|---|---|
void |
fromJson(java.lang.String json)
Generate the sparkline from the json string
|
IRange |
getLocation()
Gets or sets the location of a single sparkline.
|
java.lang.String |
getSourceData()
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(java.lang.String value)
Sets the range that contains the source data for a single sparkline.
|
java.lang.String |
toJson()
Generate the json string from sparkline
|
IRange getLocation()
void setLocation(IRange value)
java.lang.String getSourceData()
void setSourceData(java.lang.String value)
void fromJson(java.lang.String json)
json - java.lang.String toJson()