Class CaptionDisplayMode
Enumerates the values for display mode of caption in the bullet graph.
Inheritance
System.Object
CaptionDisplayMode
Namespace: Syncfusion.Windows.Forms.BulletGraph
Assembly: Syncfusion.BulletGraph.Windows.dll
Syntax
public sealed class CaptionDisplayMode : Enum
Fields
Trim
Trims the caption if it exceeds the available space.
Declaration
public const CaptionDisplayMode Trim
Field Value
| Type |
|---|
| CaptionDisplayMode |
Wrap
Wraps the caption text to fit within the space.
Declaration
public const CaptionDisplayMode Wrap
Field Value
| Type |
|---|
| CaptionDisplayMode |