FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAttachMethodData Class / Y Property

In This Topic
    Y Property (ChartAttachMethodData)
    In This Topic
    Gets or sets the Y coordinate (client or data) when label AttachMethod property specifies Coordinate, DataCoordinate or DataIndexY attachment.
    Syntax
    'Declaration
     
    Public Property Y As Double
    public double Y {get; set;}
    Remarks
    The units is twips for client coordinate. It means the Y data coordinate for DataIndexY (2D chart Only) attachment.
    See Also