ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / BoxWhisker Class / GetValues Method

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

    Parameters

    dim
    See Also