Blazor

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

    Show / Hide Table of Contents

    Class SmithChartTooltipEventArgs

    Specifies the tooltip render event arguments.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.SmithChartBaseEventArgs
    SmithChartTooltipEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithChartTooltipEventArgs : SmithChartBaseEventArgs

    Constructors

    SmithChartTooltipEventArgs()

    Declaration
    public SmithChartTooltipEventArgs()

    Properties

    HeaderText

    Defines the headerText of tooltip.

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

    Point

    Defines point of the tooltip.

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

    Template

    Defines the template.

    Declaration
    public RenderFragment<object> Template { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<System.Object>

    Text

    Defines the tooltip text.

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