FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.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