GrapeCity.Xaml.Excel
LineSize Enumeration


GrapeCity.Excel.Chart Namespace : LineSize Enumeration
Represents the width of the line end decoration.
Syntax
'Declaration
 
Public Enum LineSize 
   Inherits System.Enum
'Usage
 
Dim instance As LineSize
public enum LineSize : System.Enum 
Members
MemberDescription
Large Represents that the line size is large
Medium Represents that the line size is medium
Small Represents that the line size is small
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace