Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISparklineGroups Interface / add Method
The type of sparkline.
Represents the range to use to create the sparkline.
In This Topic
    add Method
    In This Topic
    Creates a new sparkline group and returns an ISparklineGroup object.
    Syntax
    ISparklineGroup add( 
       SparkType type,
       java.lang.String sourceData
    )

    Parameters

    type
    The type of sparkline.
    sourceData
    Represents the range to use to create the sparkline.
    See Also