Enum Separator
Specifies the type of separator to use for the legend header.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum Separator
Fields
Name | Description |
---|---|
DashLine | Separate with a dash line. |
DotLine | Separate with a dotted line. |
DoubleLine | Separate with a double line. |
GradientLine | Separate with a gradient line. |
Line | Separate with a line. |
None | No separator. |
ThickGradientLine | Separate with a thick gradient line. |
ThickLine | Separate with a thick line. |