Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / Location Property


Location Property (LabelArea)
Gets or sets the location of the label area in the control.
Syntax
'Declaration
 
Public Property Location As PointF
 
'Usage
 
Dim instance As LabelArea
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, 0.0) = upper left corner of control, (1.0, 1.0) = lower right corner of control).
See Also