Blazor

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

    Show / Hide Table of Contents

    Class TooltipRenderEventArgs

    Specifies the event arguments available for the tooltip render events in the chart component.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.BaseEventArgs
    TooltipRenderEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TooltipRenderEventArgs : BaseEventArgs

    Fields

    Data

    Defines the point informations.

    Declaration
    public readonly PointInfo Data
    Field Value
    Type Description
    PointInfo

    Point

    Defines current tooltip point.

    Declaration
    public readonly object Point
    Field Value
    Type Description
    System.Object

    Series

    Defines current tooltip series.

    Declaration
    public readonly object Series
    Field Value
    Type Description
    System.Object

    TextStyle

    Defines tooltip text style.

    Declaration
    public ChartCommonFont TextStyle
    Field Value
    Type Description
    ChartCommonFont

    Properties

    HeaderText

    Defines the header text for the tooltip.

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

    Text

    Defines tooltip text collections.

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