X Property (DataCoord)
The X-coordinate.
Property X 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
DataCoord Object
Copyright (c) GrapeCity, inc. All rights reserved.