Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CrosshairSettingsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CrosshairSettingsModel

    Interface for a class CrosshairSettings

    Inheritance
    System.Object
    CrosshairSettingsModel
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CrosshairSettingsModel : Object

    Constructors

    CrosshairSettingsModel()

    Declaration
    public CrosshairSettingsModel()

    Properties

    DashArray

    Allows to set the pattern of dashes and gaps to crosshair.

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    Enable

    Allows to show the crosshair lines in the chart.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Line

    Allow options to customize the border of the crosshair line such as color and border size in the pivot chart.

    Declaration
    public object Line { get; set; }
    Property Value
    Type Description
    System.Object

    LineType

    Allows to specify the line type of the crosshair. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are, None: Hides both vertical and horizontal crosshair lines. Both: Shows both vertical and horizontal crosshair lines. Vertical: Shows the vertical line. Horizontal: Shows the horizontal line.

    Declaration
    public PivotChartLineType LineType { get; set; }
    Property Value
    Type Description
    PivotChartLineType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved