Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Chart Class / Left Property

In This Topic
    Left Property (Chart)
    In This Topic
    Gets or sets the distance of the current item from the left of the containing object.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property Left As ReportSize
    public ReportSize Left {get; set;}
    See Also