AutoTextWrap
Enum
Define auto wrap option for text
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum AutoTextWrap
Fields
Means that value of auto text wrap will be inherit of parent element.
C#
Auto = 0
Means that auto text wrap will not be applied.
C#
False = 2
Means that auto text wrap will be applied.
C#
True = 1