Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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.
    Syntax
    public enum SparklineRowCol : System.Enum 
    Members
    MemberDescription
    ColumnsSquare Specifies to plot the data by columns.
    NonSquare Specifies that the sparkLine is not bound to data in a square-shaped range.
    RowsSquare Specifies to plot the data by rows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SparklineRowCol

    See Also