接口 ISparklineGroups

所有超级接口:
Iterable<ISparklineGroup>

public interface ISparklineGroups extends Iterable<ISparklineGroup>
Represents a collection of sparkline groups.
  • 方法详细资料

    • getCount

      int getCount()
      Gets the number of sparkline groups in the associated IRange object.
    • get

      ISparklineGroup get(int index)
      Returns the ISparklineGroup object from a collection.
      参数:
      index - Specifies the position of an element in the collection.
    • add

      ISparklineGroup add(SparkType type, String sourceData)
      Creates a new sparkline group and returns an ISparklineGroup object.
      参数:
      type - The type of sparkline.
      sourceData - Represents the range to use to create the sparkline.
    • clear

      void clear()
      Clears the selected sparklines.
    • clearGroups

      void clearGroups()
      Clears the selected sparkline groups.
    • group

      void group()
      Groups the selected sparklines.
    • group

      void group(IRange Location)
      Groups the selected sparklines.
      参数:
      Location - The range the sparkline group is based on. If it is null, it isbased on the first sparkline in groups.
    • ungroup

      void ungroup()
      Ungroups the sparklines in the selected sparkline group.