Y Property (DataCoord)
The y-coordinate.
Syntax
Property Y As Double
Example
' Set data coordinate to (2.3, 4.5)
Chart2D1.ChartLabels(1).AttachDataCoord.X = 2.3
Chart2D1.ChartLabels(1).AttachDataCoord.Y = 4.5
See Also
ChartLabel Object
DataCoord Object
Marker Object