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
Properties
HeaderText
Defines the headerText of tooltip.
Declaration
public string HeaderText { get; set; }
Property Value
Type |
---|
System.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 |
---|
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
Text
Defines the tooltip text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |