dotnetCHARTING Send comments on this topic.
GridPosition Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : GridPosition Property


Gets or sets the layout column and row position of this ChartArea.

Syntax

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

Example

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

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 )

See Also

© 2010 All Rights Reserved.