接口 ISparklineGroup

所有超级接口:
Iterable<ISparkline>

public interface ISparklineGroup extends Iterable<ISparkline>
Represents a group of sparklines.
  • 方法详细资料

    • get

      ISparkline get(int index)
      Gets the ISparkline object.
      参数:
      index - Index value of the sparkline.
    • getAxes

      ISparkAxes getAxes()
      Gets the associated ISparkAxes
    • getCount

      int getCount()
      Gets the number of sparklines in the sparkline group.
    • getDateRange

      String getDateRange()
      Gets the date range for the sparkline group.
    • setDateRange

      void setDateRange(String value)
      Sets the date range for the sparkline group.
    • getDisplayBlanksAs

      DisplayBlanksAs getDisplayBlanksAs()
      Gets the way that blank cells are plotted on a chart.
    • setDisplayBlanksAs

      void setDisplayBlanksAs(DisplayBlanksAs value)
      Sets the way that blank cells are plotted on a chart.
    • getDisplayHidden

      boolean getDisplayHidden()
      Specifies whether hidden cells are plotted in the sparkline group.
    • setDisplayHidden

      void setDisplayHidden(boolean value)
      Specifies whether hidden cells are plotted in the sparkline group.
    • getLineWeight

      double getLineWeight()
      Gets the thickness of the sparklines in the sparkline group.
    • setLineWeight

      void setLineWeight(double value)
      Sets the thickness of the sparklines in the sparkline group.
    • getLocation

      IRange getLocation()
      Gets the IRange object that represents the location of the sparklinegroup.
    • setLocation

      void setLocation(IRange value)
      Sets the IRange object that represents the location of the sparklinegroup.
    • getPlotBy

      SparklineRowCol getPlotBy()
      Gets how to plot the sparkline when the data on which it is based is in a square-shaped range.
    • setPlotBy

      void setPlotBy(SparklineRowCol value)
      Sets how to plot the sparkline when the data on which it is based is in a square-shaped range.
    • getPoints

      ISparkPoints getPoints()
      Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.
    • getSeriesColor

      IFormatColor getSeriesColor()
      Gets the IFormatColor object that represents the main series colorfor the sparkline group.
    • getSourceData

      String getSourceData()
      Gets the range that contains the source data for the sparkline group.
    • setSourceData

      void setSourceData(String value)
      Sets the range that contains the source data for the sparkline group.
    • getType

      SparkType getType()
      Gets the type of sparkline for the group.
    • setType

      void setType(SparkType value)
      Sets the type of sparkline for the group.
    • delete

      void delete()
      Deletes the sparkline group.
    • fromJson

      void fromJson(String json)
      Generate sparkline group from json string
      参数:
      json -
    • toJson

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