C1.Win.FlexChart.4.8 Assembly / C1.Chart Namespace / SeriesBase Class / GetDataRect Method
Current bounding rectangle.

In This Topic
GetDataRect Method (SeriesBase)
In This Topic
Gets series bounding rectangle in data coordinates.
Syntax
'Declaration
 
Protected Overridable Function GetDataRect( _
   ByVal currentRect As _Rect _
) As System.Nullable(Of _Rect)
 

Parameters

currentRect
Current bounding rectangle.

Return Value

Rectangle in data coordinates.
See Also