Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ErrorBars Class / NoEndCap Property


In This Topic
    NoEndCap Property
    In This Topic
    Gets or sets whether to display the line end cap error bars.
    Syntax
    'Declaration
     
    
    Public Property NoEndCap As Boolean
    'Usage
     
    
    Dim instance As ErrorBars
    Dim value As Boolean
     
    instance.NoEndCap = value
     
    value = instance.NoEndCap
    public bool NoEndCap {get; set;}
    See Also