Class AccumulationChartTitleStyleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AccumulationChartTitleStyleSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class AccumulationChartTitleStyleSettingsBuilder : ControlBuilder
Constructors
AccumulationChartTitleStyleSettingsBuilder()
Declaration
public AccumulationChartTitleStyleSettingsBuilder()
AccumulationChartTitleStyleSettingsBuilder(AccumulationChartTitleStyleSettings)
Declaration
public AccumulationChartTitleStyleSettingsBuilder(AccumulationChartTitleStyleSettings model)
Parameters
Methods
Color(String)
Specifies the color of the text.
Declaration
public AccumulationChartTitleStyleSettingsBuilder Color(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontFamily(String)
Specifies the font family for the text.
Declaration
public AccumulationChartTitleStyleSettingsBuilder FontFamily(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontStyle(String)
Specifies the style of the text.
Declaration
public AccumulationChartTitleStyleSettingsBuilder FontStyle(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontWeight(String)
Specifies the font weight of the text.
Declaration
public AccumulationChartTitleStyleSettingsBuilder FontWeight(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Opacity(Double)
Specifies the opacity level for the text.
Declaration
public AccumulationChartTitleStyleSettingsBuilder Opacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Position(TitlePosition)
Defines the position for the chart title and subtitle.
The available options are:
Top: Displays the title and subtitle at the top of the accumulation chart.
Left: Displays the title and subtitle at the left of the accumulation chart.
Bottom: Displays the title and subtitle at the bottom of the accumulation chart.
Right: Displays the title and subtitle at the right of the accumulation chart.
Custom: Displays the title and subtitle based on the specified x and y values.
Declaration
public AccumulationChartTitleStyleSettingsBuilder Position(TitlePosition value)
Parameters
Returns
Size(String)
Specifies the size of the text.
Declaration
public AccumulationChartTitleStyleSettingsBuilder Size(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
TextAlignment(Alignment)
Specifies the alignment of the text.
Declaration
public AccumulationChartTitleStyleSettingsBuilder TextAlignment(Alignment value)
Parameters
Returns
TextOverflow(TextOverflow)
Specifies how the chart title text should handle overflow.
Declaration
public AccumulationChartTitleStyleSettingsBuilder TextOverflow(TextOverflow value)
Parameters
Returns
X(Double)
Defines the X coordinate for the accumulation chart title and subtitle.
Declaration
public AccumulationChartTitleStyleSettingsBuilder X(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Y(Double)
Defines the Y coordinate for the accumulation chart title and subtitle.
Declaration
public AccumulationChartTitleStyleSettingsBuilder Y(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns