ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / Series Class / GetDataRect Method

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

    Parameters

    currentRect
    See Also