FlexChart | ComponentOne
C1.Win.FlexChart.Extended.8 Assembly / C1.Win.Chart.Extended Namespace / Heatmap Class / GetDataRect Method

In This Topic
    GetDataRect Method (Heatmap)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetDataRect( _
       ByVal currentRect As _Rect _
    ) As System.Nullable(Of _Rect)
    protected virtual System.Nullable<_Rect> GetDataRect( 
       _Rect currentRect
    )

    Parameters

    currentRect
    See Also