Spread Windows Forms 8.0 Product Documentation
Location Property (PlotArea)


Gets or sets the location of the plot area in control canvas space.
Syntax
'Declaration
 
Public Property Location As PointF
'Usage
 
Dim instance As PlotArea
Dim value As PointF
 
instance.Location = value
 
value = instance.Location
public PointF Location {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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).
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

PlotArea Class
PlotArea Members

 

 


Copyright © GrapeCity, inc. All rights reserved.