ComponentOne FlexGrid for WinForms
SparklineType Enumeration

C1.Win.C1FlexGrid Namespace : SparklineType Enumeration
Represents the sparkline type.
Syntax
'Declaration
 
Public Enum SparklineType 
   Inherits System.Enum
public enum SparklineType : 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

Reference

C1.Win.C1FlexGrid Namespace