FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / Location Property


In This Topic
Location Property (PiePlotArea)
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 PiePlotArea
Dim value As PointF
 
instance.Location = value
 
value = instance.Location
Remarks
Location is measured in relative units ((0,0) = left upper corner of control, (1,1) = right lower corner of control).
See Also