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
Defines to shows both vertical and horizontal crosshair line.
Declaration
public const LineType Both
Field Value
Type |
---|
LineType |
Horizontal
Defines to shows the horizontal line.
Declaration
public const LineType Horizontal
Field Value
Type |
---|
LineType |
None
Defines to hides both vertical and horizontal crosshair line.
Declaration
public const LineType None
Field Value
Type |
---|
LineType |
Vertical
Defines to shows the vertical line.
Declaration
public const LineType Vertical
Field Value
Type |
---|
LineType |