Enum BreakLineType
Specifies the type of line to show in the scale break.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum BreakLineType
Fields
Name | Description |
---|---|
None | Specifies that a line for the scale break is not displayed. |
Ragged | Specifies that the display is a ragged line. |
Straight | Specifies that the display is a straight line. |
Wave | Specifies that the display is a wave line. |