GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineRowCol Enumeration


SparklineRowCol Enumeration
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
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