Visual Basic (Declaration) | |
---|---|
Public Property GridPosition As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point GridPosition {get; set;} |
ChartArea.GridPosition = new Point(1,0);
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 )