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


Location Property (LegendArea)
Gets or sets the location of the legend area in the control canvas space.
Syntax
'Declaration
 
Public Property Location As PointF
 
'Usage
 
Dim instance As LegendArea
Dim value As PointF
 
instance.Location = value
 
value = instance.Location
Exceptions
ExceptionDescription
Value's x or y is less than zero or greater than one.
Remarks
Location is measured in relative units ((0,0) = left upper corner of control, (1,1) = right lower corner of control).
See Also