Class BulletChartBulletDataLabelBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type | Description |
---|---|
BulletChartBulletDataLabelBuilder |
LabelStyle(BulletChartBulletLabelStyle)
Options to customize the data label text.
Declaration
public BulletChartBulletDataLabelBuilder LabelStyle(BulletChartBulletLabelStyle value)
Parameters
Type | Name | Description |
---|---|---|
BulletChartBulletLabelStyle | value |
Returns
Type | Description |
---|---|
BulletChartBulletDataLabelBuilder |
LabelStyle(Action<BulletChartBulletLabelStyleBuilder>)
Declaration
public BulletChartBulletDataLabelBuilder LabelStyle(Action<BulletChartBulletLabelStyleBuilder> labelStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<BulletChartBulletLabelStyleBuilder> | labelStyle |
Returns
Type | Description |
---|---|
BulletChartBulletDataLabelBuilder |