Class BulletChartTooltipEventArgs
Defines the tooltip render event arguments.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BulletChartBaseEventArgs
BulletChartTooltipEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartTooltipEventArgs : BulletChartBaseEventArgs
Constructors
BulletChartTooltipEventArgs()
Declaration
public BulletChartTooltipEventArgs()
Properties
Target
Specifies the target value of the comparative bar.
Declaration
public List<string> Target { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | A list of string values that represent the target value(s) of the comparative bar. |
Text
Specifies the tooltip text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Value
Specifies the actual value of the feature bar.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |