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

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