Class ChartStackLabelsFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartStackLabelsFontBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartStackLabelsFontBuilder : ControlBuilder
Constructors
ChartStackLabelsFontBuilder()
Declaration
public ChartStackLabelsFontBuilder()
ChartStackLabelsFontBuilder(ChartStackLabelsFont)
Declaration
public ChartStackLabelsFontBuilder(ChartStackLabelsFont model)
Parameters
Methods
Color(String)
Specifies the color of the text.
Declaration
public ChartStackLabelsFontBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontFamily(String)
Specifies the font family for the text.
Declaration
public ChartStackLabelsFontBuilder FontFamily(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontStyle(String)
Specifies the style of the text.
Declaration
public ChartStackLabelsFontBuilder FontStyle(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontWeight(String)
Specifies the font weight of the text.
Declaration
public ChartStackLabelsFontBuilder FontWeight(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Specifies the opacity level for the text.
Declaration
public ChartStackLabelsFontBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Size(String)
Specifies the size of the text.
Declaration
public ChartStackLabelsFontBuilder Size(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextAlignment(Alignment)
Specifies the alignment of the text.
Declaration
public ChartStackLabelsFontBuilder TextAlignment(Alignment value)
Parameters
Returns