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

In This Topic
    Left Property (ChartElementPosition)
    In This Topic
    Gets or sets the distance of the item from the left of the containing object, as a percentage of the container's size.

    Default is 0.

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