Blazor

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

    Show / Hide Table of Contents

    Class TooltipEventArgs

    Specifies the TooltipEventArgs for the heatmap component.

    Inheritance
    System.Object
    TooltipEventArgs
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TooltipEventArgs : Object

    Constructors

    TooltipEventArgs()

    Declaration
    public TooltipEventArgs()

    Properties

    Cancel

    Defines the event cancel status.

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

    Content

    Defines tooltip text value.

    Declaration
    public string[] Content { get; set; }
    Property Value
    Type Description
    System.String[]

    Value

    Defines current hover cell value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    XLabel

    Defines x-axis label for current hover cell.

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

    XValue

    Defines x-axis value for current hover cell.

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

    YLabel

    Defines y-axis label for current hover cell.

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

    YValue

    Defines y-axis value for current hover cell.

    Declaration
    public string YValue { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved