Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / ShowErrorBars Property


In This Topic
    ShowErrorBars Property
    In This Topic
    Gets or sets a value indicating whether the series has error bars.
    Syntax
    'Declaration
     
    Property ShowErrorBars As Boolean
    'Usage
     
    Dim instance As ISeries
    Dim value As Boolean
     
    instance.ShowErrorBars = value
     
    value = instance.ShowErrorBars
    bool ShowErrorBars {get; set;}
    See Also