Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SparklineRowCol Enumeration
In This Topic
    SparklineRowCol Enumeration
    In This Topic
    Specifies how to plot the sparkline when the data on which it is based is in a square-shaped range.
    Members
    MemberDescription
    ColumnsSquareSpecifies to plot the data by columns.
    NonSquareSpecifies that the sparkLine is not bound to data in a square-shaped range.
    RowsSquareSpecifies to plot the data by rows.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.SparklineRowCol

    See Also