Class TextVertOverflowType
Specifies the vertical overflow type for text
Inheritance
System.Object
TextVertOverflowType
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class TextVertOverflowType : Enum
Fields
Clip
Indicates the vertical overflow type is clip
Declaration
public const TextVertOverflowType Clip
Field Value
Type |
---|
TextVertOverflowType |
Ellipsis
Indicates the vertical overflow type is ellipsis
Declaration
public const TextVertOverflowType Ellipsis
Field Value
Type |
---|
TextVertOverflowType |
OverFlow
Indicates the vertical overflow type is OverFlow
Declaration
public const TextVertOverflowType OverFlow
Field Value
Type |
---|
TextVertOverflowType |