ComponentOne FinancialChart for UWP
C1.Chart Namespace / ContentOptions Enumeration

In This Topic
    ContentOptions Enumeration
    In This Topic
    Specifies content options.
    Syntax
    'Declaration
     
    
    Public Enum ContentOptions 
       Inherits System.Enum
    public enum ContentOptions : System.Enum 
    Members
    MemberDescription
    NoneAll content is shown.
    TrimTrim content if its width is large than MaxWidth property.
    WordWrapWrap content if its width is large than MaxWidth property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.ContentOptions

    See Also