See Also

ChartArea Class  | ChartArea Members

Language

Visual Basic

C#

Show All

See Also 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;}

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);

See Also

ChartArea Class  | ChartArea Members

 

 


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