[]
Gets or sets the Y coordinate (client or data) when label AttachMethod property specifies Coordinate, DataCoordinate or DataIndexY attachment.
[C1Description("ChartAttachMethodData.Y", "The Y coordinate (data or client) when label AttachMethod property specifies Coordinate, DataCoordinate or DataIndexY attachment.")]
[TypeConverter(typeof(PageUnitConverter))]
public double Y { get; set; }
<C1Description("ChartAttachMethodData.Y", "The Y coordinate (data or client) when label AttachMethod property specifies Coordinate, DataCoordinate or DataIndexY attachment.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Y As Double
The units is twips for client coordinate. It means the Y data coordinate for DataIndexY (2D chart Only) attachment.