FlexChart | ComponentOne
C1.WPF.FlexChart.Extended.4.6.2 Assembly / C1.WPF.Chart.Extended Namespace / Heatmap Class / GetValues Method

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

    Parameters

    dim
    See Also