Class LabelDisplayType
Specifies the type of label display for smart legend.
All: All labels are displayed.
Edge: Labels will be displayed only at the edges of the legend.
None: No labels are displayed.
Inheritance
System.Object
LabelDisplayType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LabelDisplayType : Enum
Fields
All
Declaration
public const LabelDisplayType All
Field Value
Edge
Declaration
public const LabelDisplayType Edge
Field Value
None
Declaration
public const LabelDisplayType None
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|