ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAttachMethodData Class / Y Property

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