Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / Location Property


In This Topic
    Location Property (LabelArea)
    In This Topic
    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