ComponentOne FinancialChart for UWP Edition
TextWrapping Enumeration

C1.Chart Namespace : TextWrapping Enumeration
Text wrap mode of chart legend.
Syntax
'Declaration
 
Public Enum TextWrapping 
   Inherits System.Enum
public enum TextWrapping : System.Enum 
Members
MemberDescription
NoneNo text wrapping.
TruncateTruncates text if its width is larger than available width.
WrapWraps text if its width is larger than available width.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.TextWrapping

See Also

Reference

C1.Chart Namespace