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

In This Topic
    AutoFitTextDisabled Property
    In This Topic
    Gets or sets a value indicating whether to NOT autosize text to fit in the legend area.

    Default: False.

    Syntax
    'Declaration
     
    Public Property AutoFitTextDisabled As RdlBool
    public RdlBool AutoFitTextDisabled {get; set;}
    See Also