GrapeCity.Xaml.Excel
TextOverflowTypes Enumeration


GrapeCity.Excel.Chart Namespace : TextOverflowTypes Enumeration
Specifies the text vertical overflow types.
Syntax
'Declaration
 
Public Enum TextOverflowTypes 
   Inherits System.Enum
'Usage
 
Dim instance As TextOverflowTypes
public enum TextOverflowTypes : System.Enum 
Members
MemberDescription
Clip Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
Ellipsis Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible.
Overflow Overflow the text and pay attention to top and bottom barries.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.TextOverflowTypes

See Also

Reference

GrapeCity.Excel.Chart Namespace