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