C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / PlotRect Property


In This Topic
PlotRect Property
In This Topic
Returns plot area rectangle (rectangle inside chart axes).
Syntax
'Declaration
 
Public ReadOnly Property PlotRect As C1Rect
 
'Usage
 
Dim instance As FlexChart
Dim value As C1Rect
 
value = instance.PlotRect
See Also