Location Property (PlotArea)
Gets or sets the location of the plot area in control canvas space.
public PointF Location {get; set;}
'Declaration
Public Property Location As PointF
'Usage
Dim instance As PlotArea
Dim value As PointF
instance.Location = value
value = instance.Location