Class LineType
Defines the mode of line in crosshair. They are:
None - Hides both the vertical and horizontal crosshair lines.
Both - Shows both the vertical and horizontal crosshair lines.
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
Vertical
Declaration
public const LineType Vertical
Field Value