ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As TextWrapping
    public enum TextWrapping : System.Enum 
    public enum class TextWrapping : public 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