Class BulletChartBulletDataLabelBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartBulletDataLabelBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartBulletDataLabelBuilder : ControlBuilder
Constructors
BulletChartBulletDataLabelBuilder()
Declaration
public BulletChartBulletDataLabelBuilder()
BulletChartBulletDataLabelBuilder(BulletChartBulletDataLabel)
Declaration
public BulletChartBulletDataLabelBuilder(BulletChartBulletDataLabel model)
Parameters
Type | Name | Description |
---|---|---|
BulletChartBulletDataLabel | model |
Methods
Enable(Boolean)
Enables / Disables the visibility of the data label.
Declaration
public BulletChartBulletDataLabelBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
LabelStyle(BulletChartBulletLabelStyle)
Options to customize the data label text.
Declaration
public BulletChartBulletDataLabelBuilder LabelStyle(BulletChartBulletLabelStyle value)
Parameters
Type | Name | Description |
---|---|---|
BulletChartBulletLabelStyle | value |
Returns
LabelStyle(Action<BulletChartBulletLabelStyleBuilder>)
Declaration
public BulletChartBulletDataLabelBuilder LabelStyle(Action<BulletChartBulletLabelStyleBuilder> labelStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<BulletChartBulletLabelStyleBuilder> | labelStyle |