Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / GetErrorBars Method


In This Topic
    GetErrorBars Method (BoxWhiskerSeries)
    In This Topic
    Gets the ErrorBars
    Syntax
    'Declaration
     
    
    Public Function GetErrorBars() As ErrorBars
    'Usage
     
    
    Dim instance As BoxWhiskerSeries
    Dim value As ErrorBars
     
    value = instance.GetErrorBars()
    public ErrorBars GetErrorBars()
    See Also