FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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 Integer _
    ) As Double()
    public override double[] GetValues( 
       int dim
    )

    Parameters

    dim
    Dimension.

    Return Value

    Array of data values.
    See Also