menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved