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

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

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

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