[]
        
(Showing Draft Content)

ISparkline

Interface ISparkline


public interface ISparkline
Represents a single sparkline.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      IRange 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

      String 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

      void fromJson(String json)
      Generate the sparkline from the json string
      Parameters:
      json - The JSON string representing the sparkline.
    • toJson

      String toJson()
      Generate the json string from sparkline
      Returns:
      The JSON string representing the sparkline.