ComponentOne FlexChart for WPF
ContentOptions Enumeration

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace : ContentOptions Enumeration
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

Reference

C1.Chart Namespace