[]
Represents a single sparkline.
public interface ISparkline
Gets or sets the location of a single sparkline.
IRange Location { get; set; }
The location of a single sparkline.
Gets or sets the range that contains the source data for a single sparkline.
string SourceData { get; set; }
Generate the sparkline from the json string.
void FromJson(string json)
json
stringThe JSON string representing the sparkline.
Generate the json string from sparkline.
string ToJson()
The JSON string representing the sparkline.