ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Style Class / Autowrap Property

In This Topic
    Autowrap Property
    In This Topic
    Gets or sets whether the text is automatically wrapped.
    Syntax
    'Declaration
     
    Public Property Autowrap As System.Boolean
    public System.bool Autowrap {get; set;}
    Remarks
    Most text containing objects within C1Chart3D 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