alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TooltipEventArgs

    Specifies the TooltipEventArgs for the heatmap component.

    Inheritance
    object
    TooltipEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TooltipEventArgs

    Constructors

    TooltipEventArgs()

    Declaration
    public TooltipEventArgs()

    Properties

    Cancel

    Defines the event cancel status.

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

    true, if the cancel action can be enabled. Otherwise, false.

    Content

    Defines tooltip text value.

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

    Accepts an array of string value.

    Value

    Defines current hover cell value.

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

    Accepts the double value.

    XLabel

    Defines x-axis label for current hover cell.

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

    Accepts the string value.

    XValue

    Defines x-axis value for current hover cell.

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

    Accepts the string value.

    YLabel

    Defines y-axis label for current hover cell.

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

    Accepts the string value.

    YValue

    Defines y-axis value for current hover cell.

    Declaration
    public string YValue { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved