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

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

    Parameters

    dim
    Dimension.

    Return Value

    Array of data values.
    See Also