ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Chart Namespace / SeriesBase Class / GetValues Method

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

    Parameters

    dim
    See Also