Class SmithChartTooltipEventArgs
Specifies the tooltip render event arguments.
Inherited Members
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 |