接口 ISparkline


public interface ISparkline
Represents a single sparkline.
  • 方法概要

    修饰符和类型
    方法
    说明
    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
  • 方法详细资料

    • getLocation

      IRange getLocation()
      Gets or sets the location of a single sparkline.
      返回:
      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
      参数:
      json -
    • toJson

      String toJson()
      Generate the json string from sparkline
      返回: