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

In This Topic
    DynamicHeight Property
    In This Topic
    Gets or sets the height to which the chart should grow/shrink. Height is used as the initial height for relative layout changes due to resizing.
    Syntax
    'Declaration
     
    Public Property DynamicHeight As RdlSize
    public RdlSize DynamicHeight {get; set;}
    See Also