Spread for ASP.NET 12 Product Documentation
Location Property (LabelArea)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > LabelArea Class : Location Property
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
public PointF Location {get; set;}
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

Reference

LabelArea Class
LabelArea Members