FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / Heatmap Class / GetValues Method

In This Topic
    GetValues Method (Heatmap)
    In This Topic
    Gets the 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
    See Also