Blazor

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

    Show / Hide Table of Contents

    Class PivotChartSettingsCrosshairSettingsModel

    Interface for a class PivotChartSettingsCrosshairSettings

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

    Constructors

    PivotChartSettingsCrosshairSettingsModel()

    Declaration
    public PivotChartSettingsCrosshairSettingsModel()

    Properties

    DashArray

    Allows to set the DashArray for crosshair.

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

    Enable

    If set to true, crosshair line becomes visible.

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

    Line

    Allows options to customize the crosshair line.

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

    LineType

    Allows to set the line type. 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