2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AttachMethodData Class / Y Property

In This Topic
    Y Property (AttachMethodData)
    In This Topic
    Gets or sets the Y coordinate (data or client) when the label AttachMethod property species Coordinate or DataCoordinate attachment.
    Syntax
    'Declaration
     
    Public Property Y As System.Double
    public System.double Y {get; set;}
    See Also