FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / TextWrapping Enumeration

In This Topic
    TextWrapping Enumeration
    In This Topic
    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