See Also

ChartArea Class  | ChartArea Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages dotnetCHARTING Send comments on this topic.

GridPosition Property

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

Remarks

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 )

Example

ChartArea.GridPosition = new Point(1,0);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ChartArea Class  | ChartArea Members

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.