Class BulletChartPointEventArgs
Specifies the event arguments available to click on point.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BulletChartBaseEventArgs
BulletChartPointEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartPointEventArgs : BulletChartBaseEventArgs
Properties
CategoryName
Gets the category name of the selected point.
Declaration
public string CategoryName { get; }
Property Value
Type | Description |
---|---|
System.String | The category name of the feature measure bar. The default value is the category name of the selected point. |
Target
Gets the target of the selected point.
Declaration
public double Target { get; }
Property Value
Type | Description |
---|---|
System.Double | The target of the feature measure bar. The default value is the target of the selected point. |
Value
Gets the value of the selected point.
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
System.Double | The value of the feature measure bar. The default value is the feature measure bar value of the selected point. |