In This Topic
Gets or sets the shape that should be rendered on the plot background.
Syntax
'Declaration
Public ReadOnly Property PlotShape As Shape
'Usage
Dim instance As ChartView
Dim value As Shape
value = instance.PlotShape
public Shape PlotShape {get;}
See Also