C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ContentOptions Enumeration


ContentOptions Enumeration
Specifies content options.
Syntax
'Declaration
 
Public Enum ContentOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ContentOptions
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.iOS.Chart.ContentOptions

See Also