Interface ISparkline
public interface ISparkline
Represents a single sparkline.
-
Method Summary
void
Generate the sparkline from the json string
Gets or sets the location of a single sparkline.
Gets the range that contains the source data for a single sparkline.
void
Sets the location of a single sparkline.
void
Sets the range that contains the source data for a single sparkline.
Generate the json string from sparkline
-
Method Details
-
getLocation
Gets or sets the location of a single sparkline.
- Returns:
- The location of a single sparkline.
-
setLocation
void setLocation(IRange value)
Sets the location of a single sparkline.
-
getSourceData
Gets the range that contains the source data for a single sparkline.
-
setSourceData
void setSourceData(String value)
Sets the range that contains the source data for a single sparkline.
-
fromJson
Generate the sparkline from the json string
- Parameters:
json
- The JSON string representing the sparkline.
-
toJson
Generate the json string from sparkline
- Returns:
- The JSON string representing the sparkline.