Gets or sets the layout column and row position of this ChartArea.
[Visual Basic]
Public Property GridPosition As Point
[C#]
public Point GridPosition {get; set;}
[JScript]
public function get,set GridPosition : Point
The default (top-left) position is 0,0. To place another ChartArea to the right of it, the position would be 1,0.
The format is: ( Column, Row ) or ( X , Y )
ChartArea.GridPosition = new Point(1,0);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
ChartArea Class | ChartArea Members
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.