Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / BoxWhisker Class / GetValues Method

In This Topic
    GetValues Method (BoxWhisker)
    In This Topic
    Gets the data values.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetValues( _
       ByVal dim As Integer _
    ) As Double()
    public override double[] GetValues( 
       int dim
    )

    Parameters

    dim
    See Also