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