Class BulletDataLabelModel
Interface for a class BulletDataLabel
Inheritance
System.Object
BulletDataLabelModel
Implements
System.IEquatable<BulletDataLabelModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletDataLabelModel : Object, IEquatable<BulletDataLabelModel>
Constructors
BulletDataLabelModel()
Declaration
public BulletDataLabelModel()
Properties
Enable
Enables / Disables the visibility of the data label.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LabelStyle
Options to customize the data label text.
Declaration
public BulletLabelStyleModel LabelStyle { get; set; }
Property Value
Type | Description |
---|---|
BulletLabelStyleModel |
Methods
Equals(BulletDataLabelModel)
Returns boolean value by comparing bulletDataLabelModel
Declaration
public bool Equals(BulletDataLabelModel bulletDataLabelModel)
Parameters
Type | Name | Description |
---|---|---|
BulletDataLabelModel | bulletDataLabelModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>