FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / ContentOptions 枚举

本主题中
    ContentOptions 枚举
    本主题中
    Specifies content options.
    语法
    '声明
     
    Public Enum ContentOptions 
       Inherits System.Enum
    public enum ContentOptions : System.Enum 
    成员
    成员说明
    NoneAll content is shown.
    TrimTrim content if its width is large than MaxWidth property.
    WordWrapWrap content if its width is large than MaxWidth property.
    继承层次

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

    请参见