Class IBulletchartTooltipEventArgs
Tooltip Event arguments
Inheritance
System.Object
IBulletchartTooltipEventArgs
Implements
System.IEquatable<IBulletchartTooltipEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IBulletchartTooltipEventArgs : Object, IEquatable<IBulletchartTooltipEventArgs>
Constructors
IBulletchartTooltipEventArgs()
Declaration
public IBulletchartTooltipEventArgs()
Properties
Name
Defines the name of the Event - Read Only
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Target
Defines the target value of the comparative bar - Read Only
Declaration
public object Target { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Template
Defines the tooltip template
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Defines the tooltip text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Defines the actual value of the feature bar - Read Only
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
Equals(IBulletchartTooltipEventArgs)
Returns a boolean by comparing iBulletchartTooltipEventArgs
Declaration
public bool Equals(IBulletchartTooltipEventArgs iBulletchartTooltipEventArgs)
Parameters
Type | Name | Description |
---|---|---|
IBulletchartTooltipEventArgs | iBulletchartTooltipEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>