Y Property (Coord)
The Y-coordinate.
Property Y As Long
Example
' Position label at screen location (10,20)
Chart2D1.ChartLabels(1).AttachCoord.X = 10
Chart2D1.ChartLabels(1).AttachCoord.Y = 20
See Also
Coord Object
Copyright (c) GrapeCity, inc. All rights reserved.