C1.Win.C1FlexGrid Namespace / SparklineType Enumeration

SparklineType Enumeration
Represents the sparkline type.
Syntax
'Declaration
 
Public Enum SparklineType 
   Inherits System.Enum
 
Members
MemberDescription
ColumnSpecifies the column sparkline.
LineSpecifies the line sparkline.
WinLossSpecifies the WinLoss sparkline.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.SparklineType

See Also