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
public C1Rect PlotRect {get;}
See Also