Enum LineType
Specifies the mode of line in crosshair.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LineType
Fields
| Name | Description |
|---|---|
| Both | Shows both vertical and horizontal crosshair lines. |
| Horizontal | Shows the horizontal line only. |
| None | Hides both vertical and horizontal crosshair lines. |
| Vertical | Shows the vertical line only. |