GrapeCity.Xaml.Excel
EndLineCap Enumeration


GrapeCity.Excel.Chart Namespace : EndLineCap Enumeration
Specifies how to cap the ends of lines.
Syntax
'Declaration
 
Public Enum EndLineCap 
   Inherits System.Enum
'Usage
 
Dim instance As EndLineCap
public enum EndLineCap : System.Enum 
Members
MemberDescription
Flat Line ends at end point
Round Rounded ends. Semi-circle protrudes by half line width.
Square Square protrudes by half line width.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace