Gets or sets whether the text is automatically wrapped.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] public bool Autowrap { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Autowrap As Boolean Get Set |
Remarks
Most text containing objects within C1Chart 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.