Spread Windows Forms 6.0 Product Documentation
Location Property
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PlotArea Class : Location Property


Glossary Item Box

Gets or sets the location of the plot area in control canvas space.

Syntax

Visual Basic (Declaration) 
Public Property Location As PointF
Visual Basic (Usage)Copy Code
Dim instance As PlotArea
Dim value As PointF
 
instance.Location = value
 
value = instance.Location
C# 
public PointF Location {get; set;}

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException Value's x or y is less that 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.