Class BulletChartBulletLabelStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartBulletLabelStyleBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartBulletLabelStyleBuilder : ControlBuilder
Constructors
BulletChartBulletLabelStyleBuilder()
Declaration
public BulletChartBulletLabelStyleBuilder()
BulletChartBulletLabelStyleBuilder(BulletChartBulletLabelStyle)
Declaration
public BulletChartBulletLabelStyleBuilder(BulletChartBulletLabelStyle model)
Parameters
Type | Name | Description |
---|---|---|
BulletChartBulletLabelStyle | model |
Methods
Color(String)
Color for the text.
Declaration
public BulletChartBulletLabelStyleBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
EnableTrim(Boolean)
Default value of enable trim.
Declaration
public BulletChartBulletLabelStyleBuilder EnableTrim(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
FontFamily(String)
FontFamily for the text.
Declaration
public BulletChartBulletLabelStyleBuilder FontFamily(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontStyle(String)
FontStyle for the text.
Declaration
public BulletChartBulletLabelStyleBuilder FontStyle(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontWeight(String)
FontWeight for the text.
Declaration
public BulletChartBulletLabelStyleBuilder FontWeight(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
MaximumTitleWidth(Double)
Maximum label width of the bullet chart.
Declaration
public BulletChartBulletLabelStyleBuilder MaximumTitleWidth(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Opacity(Double)
Opacity for the text.
Declaration
public BulletChartBulletLabelStyleBuilder Opacity(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Size(String)
Font size for the text.
Declaration
public BulletChartBulletLabelStyleBuilder Size(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
TextAlignment(Alignment)
Text alignment.
Declaration
public BulletChartBulletLabelStyleBuilder TextAlignment(Alignment value)
Parameters
Type | Name | Description |
---|---|---|
Alignment | value |
Returns
TextOverflow(TextOverflow)
Specifies the chart title text overflow.
Declaration
public BulletChartBulletLabelStyleBuilder TextOverflow(TextOverflow value)
Parameters
Type | Name | Description |
---|---|---|
TextOverflow | value |
Returns
UseRangeColor(Boolean)
Range color.
Declaration
public BulletChartBulletLabelStyleBuilder UseRangeColor(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |