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

In This Topic
    Width Property (ChartElementPosition)
    In This Topic
    Gets ot sets the width of the item as a percentage of its containing object's size.

    If set to null (default), the value of 100 minus Left is used.

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