Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / EndStyleCap Enumeration


In This Topic
    EndStyleCap Enumeration
    In This Topic
    Represents the end style for error bars.
    Syntax
    'Declaration
     
    
    Public Enum EndStyleCap 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EndStyleCap
    public enum EndStyleCap : System.Enum 
    Members
    MemberDescription
    CapCaps applied.
    NoCapNo caps applied.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.EndStyleCap

    See Also