C1.WinUI.Chart Assembly / C1.Chart Namespace / ContentOptions Enumeration
ContentOptions Enumeration
Specifies content options.
Syntax
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