Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet 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
    'Declaration
     
    
    Public Enum SparklineRowCol 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SparklineRowCol
    public enum SparklineRowCol : System.Enum 
    Members
    MemberDescription
    ColumnsPlot the data by columns.
    NoneThe sparkline is not bound to data in a square-shaped range.
    RowsPlot the data by rows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SparklineRowCol

    See Also