Class IBulletTooltipContent
Interface for tooltip content
Inheritance
System.Object
IBulletTooltipContent
Implements
System.IEquatable<IBulletTooltipContent>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IBulletTooltipContent : Object, IEquatable<IBulletTooltipContent>
Constructors
IBulletTooltipContent()
Declaration
public IBulletTooltipContent()
Properties
Category
Defines the category values
Declaration
public object Category { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Target
Defines the target value of the comparative bar
Declaration
public object Target { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Value
Defines the actual value of the feature bar
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
Equals(IBulletTooltipContent)
Returns a boolean by comparing iBulletTooltipContent
Declaration
public bool Equals(IBulletTooltipContent iBulletTooltipContent)
Parameters
Type | Name | Description |
---|---|---|
IBulletTooltipContent | iBulletTooltipContent |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>