Class IBulletLoadedEventArgs
interface for loaded event
Inheritance
System.Object
IBulletLoadedEventArgs
Implements
System.IEquatable<IBulletLoadedEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IBulletLoadedEventArgs : Object, IEquatable<IBulletLoadedEventArgs>
Constructors
IBulletLoadedEventArgs()
Declaration
public IBulletLoadedEventArgs()
Properties
BulletChart
bulletChart
Declaration
public BulletChartModel BulletChart { get; set; }
Property Value
Type | Description |
---|---|
BulletChartModel |
Name
name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Theme
theme
Declaration
public ChartTheme Theme { get; set; }
Property Value
Type | Description |
---|---|
ChartTheme |
Methods
Equals(IBulletLoadedEventArgs)
Returns boolean value by comparing iBulletLoadedEventArgs
Declaration
public bool Equals(IBulletLoadedEventArgs iBulletLoadedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
IBulletLoadedEventArgs | iBulletLoadedEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>