Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IErrorBars Interface / EndStyle Property


In This Topic
    EndStyle Property
    In This Topic
    Gets or sets the end style for the error bars.
    Syntax
    'Declaration
     
    Property EndStyle As EndStyleCap
    'Usage
     
    Dim instance As IErrorBars
    Dim value As EndStyleCap
     
    instance.EndStyle = value
     
    value = instance.EndStyle
    EndStyleCap EndStyle {get; set;}
    See Also