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


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