FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartStyle Class / Autowrap Property

In This Topic
    Autowrap Property (ChartStyle)
    In This Topic
    Gets or sets a value indicating whether text automatically wraps.
    Syntax
    'Declaration
     
    Public Property Autowrap As Boolean
    public bool Autowrap {get; set;}
    Remarks
    Most text containing objects within Chart can automatically wrap text within them, including header, footer, axes titles, labels and the legend (title only, not series names). However, all of these objects can be sized automatically. Automatic sizing is always based upon a single line of text whenever possible.
    See Also