asposecells.api

Class SparklineGroupCollection

Encapsulates a collection of SparklineGroup objects.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
Gets the SparklineGroup element at the specified index.
 
Method Summary
methodadd(type, dataRange, isVertical, locationRange)
Adds an SparklineGroup item to the collection.
methodadd(value)
Reserved for internal use.
methodclear()
methodclearSparklineGroups(cellArea)
Clears the sparkline groups that overlaps an area of cells.
methodclearSparklines(cellArea)
Clears the sparklines that is inside an area of cells.
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(type, dataRange, isVertical, locationRange)
        Adds an SparklineGroup item to the collection.
        Parameters:
        type: int - A SparklineType value. Specifies the type of the Sparkline group.
        dataRange: String - Specifies the data range of the sparkline group.
        isVertical: boolean - Specifies whether to plot the sparklines from the data range by row or by column.
        locationRange: CellArea - Specifies where the sparklines to be placed.
        Returns:
        SparklineGroup object index.
      • clearSparklines

         clearSparklines(cellArea)
        Clears the sparklines that is inside an area of cells.
        Parameters:
        cellArea: CellArea - Specifies the area of cells
      • clearSparklineGroups

         clearSparklineGroups(cellArea)
        Clears the sparkline groups that overlaps an area of cells.
        Parameters:
        cellArea: CellArea - Specifies the area of cells
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
      • get

        Object get(index)
        Reserved for internal use.
      • contains

        boolean contains(value)
        Reserved for internal use.
      • add

        int add(value)
        Reserved for internal use.
      • indexOf

        int indexOf(value)
        Reserved for internal use.