Class LineType
Specifies the mode of line in crosshair.
Inheritance
System.Object
LineType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LineType : Enum
Fields
Both
Shows both vertical and horizontal crosshair lines.
Declaration
public const LineType Both
Field Value
Type |
---|
LineType |
Horizontal
Shows the horizontal line only.
Declaration
public const LineType Horizontal
Field Value
Type |
---|
LineType |
None
Hides both vertical and horizontal crosshair lines.
Declaration
public const LineType None
Field Value
Type |
---|
LineType |
Vertical
Shows the vertical line only.
Declaration
public const LineType Vertical
Field Value
Type |
---|
LineType |