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