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;}
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);
ChartArea Class | ChartArea Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.