FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Series Class / GetValues Method

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

    Parameters

    dim
    See Also