'Declaration
Protected Overridable Function GetDataRect( _ ByVal currentRect As _Rect _ ) As Nullable(Of _Rect)
'Usage
Dim instance As Series Dim currentRect As _Rect Dim value As Nullable(Of _Rect) value = instance.GetDataRect(currentRect)
protected virtual Nullable<_Rect> GetDataRect( _Rect currentRect )
protected: virtual Nullable<_Rect> GetDataRect( _Rect currentRect )
Parameters
- currentRect
- Current data rectangle.
Return Value
Retangle in data coordinates.