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

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