Class LineType
Defines the mode of line in crosshair. They are
none - Hides both vertical and horizontal crosshair line.
both - Shows both vertical and horizontal crosshair line.
vertical - Shows the vertical line.
horizontal - Shows the horizontal line.
Inheritance
System.Object
LineType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LineType : Enum
Fields
Both
Declaration
public const LineType Both
Field Value
Horizontal
Declaration
public const LineType Horizontal
Field Value
None
Declaration
public const LineType None
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Vertical
Declaration
public const LineType Vertical
Field Value