Class BulletChartBulletLabelStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartBulletLabelStyleBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartBulletLabelStyleBuilder : ControlBuilder
Constructors
BulletChartBulletLabelStyleBuilder()
Declaration
public BulletChartBulletLabelStyleBuilder()
BulletChartBulletLabelStyleBuilder(BulletChartBulletLabelStyle)
Declaration
public BulletChartBulletLabelStyleBuilder(BulletChartBulletLabelStyle model)
Parameters
Methods
Color(String)
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)
Declaration
public BulletChartBulletLabelStyleBuilder FontFamily(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontStyle(String)
Declaration
public BulletChartBulletLabelStyleBuilder FontStyle(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontWeight(String)
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)
Declaration
public BulletChartBulletLabelStyleBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Size(String)
Declaration
public BulletChartBulletLabelStyleBuilder Size(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextAlignment(Alignment)
Declaration
public BulletChartBulletLabelStyleBuilder TextAlignment(Alignment value)
Parameters
Returns
TextOverflow(TextOverflow)
Specifies the chart title text overflow.
Declaration
public BulletChartBulletLabelStyleBuilder TextOverflow(TextOverflow value)
Parameters
Returns
UseRangeColor(Boolean)
Declaration
public BulletChartBulletLabelStyleBuilder UseRangeColor(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns