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