[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartAttachMethodData.Y

Y Property

Y

Gets or sets the Y coordinate (client or data) when label AttachMethod property specifies Coordinate, DataCoordinate or DataIndexY attachment.

Declaration
[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
Remarks

The units is twips for client coordinate. It means the Y data coordinate for DataIndexY (2D chart Only) attachment.