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

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