GrapeCity.Xaml.Excel
CompoundLineType Enumeration


GrapeCity.Excel.Chart Namespace : CompoundLineType Enumeration
Specifies the compound line type that is to be used for lines with text such as underlines.
Syntax
'Declaration
 
Public Enum CompoundLineType 
   Inherits System.Enum
'Usage
 
Dim instance As CompoundLineType
public enum CompoundLineType : System.Enum 
Members
MemberDescription
DoubleLines Double lines of equal width.
SingleLines One normal width
ThickThinDoubleLines One thick, one thin.
ThinThickDoubleLines One thin, One thick.
ThinThickThinTripleLines Three lines, thin, thin, thick.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.CompoundLineType

See Also

Reference

GrapeCity.Excel.Chart Namespace