alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SmithChartTooltipEventArgs

    Specifies the tooltip render event arguments.

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

    Properties

    HeaderText

    Defines the headerText of tooltip.

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type
    string

    Point

    Defines point of the tooltip.

    Declaration
    public SmithChartPoint Point { get; }
    Property Value
    Type
    SmithChartPoint

    Template

    Defines the template.

    Declaration
    public RenderFragment<object> Template { get; set; }
    Property Value
    Type
    RenderFragment<object>

    Text

    Defines the tooltip text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved