Class Chart3DTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
Chart3DTitleSettingsBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class Chart3DTitleSettingsBuilder : ControlBuilder
Constructors
Chart3DTitleSettingsBuilder()
Declaration
public Chart3DTitleSettingsBuilder()
Chart3DTitleSettingsBuilder(Chart3DTitleSettings)
Declaration
public Chart3DTitleSettingsBuilder(Chart3DTitleSettings model)
Parameters
Type | Name | Description |
---|---|---|
Chart3DTitleSettings | model |
Methods
Background(String)
Background of the title border.
Declaration
public Chart3DTitleSettingsBuilder Background(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Border(Chart3DTitleBorder)
Options to customize the border of the chart title.
Declaration
public Chart3DTitleSettingsBuilder Border(Chart3DTitleBorder value)
Parameters
Type | Name | Description |
---|---|---|
Chart3DTitleBorder | value |
Returns
Border(Action<Chart3DTitleBorderBuilder>)
Declaration
public Chart3DTitleSettingsBuilder Border(Action<Chart3DTitleBorderBuilder> border)
Parameters
Type | Name | Description |
---|---|---|
System.Action<Chart3DTitleBorderBuilder> | border |
Returns
Color(String)
Color for the text.
Declaration
public Chart3DTitleSettingsBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontFamily(String)
FontFamily for the text.
Declaration
public Chart3DTitleSettingsBuilder FontFamily(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontStyle(String)
FontStyle for the text.
Declaration
public Chart3DTitleSettingsBuilder FontStyle(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontWeight(String)
FontWeight for the text.
Declaration
public Chart3DTitleSettingsBuilder FontWeight(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Opacity(Double)
Opacity for the text.
Declaration
public Chart3DTitleSettingsBuilder Opacity(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Position(TitlePosition)
Defines the position for the chart title. Top: Displays the title at the top of the chart. Left: Displays the title at the left of the chart. Bottom: Displays the title at the bottom of the chart. Right: Displays the title at the right of the chart. Custom: Displays the title based on the given x and y values.
Declaration
public Chart3DTitleSettingsBuilder Position(TitlePosition value)
Parameters
Type | Name | Description |
---|---|---|
TitlePosition | value |
Returns
Size(String)
Font size for the text.
Declaration
public Chart3DTitleSettingsBuilder Size(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
TextAlignment(Alignment)
text alignment.
Declaration
public Chart3DTitleSettingsBuilder TextAlignment(Alignment value)
Parameters
Type | Name | Description |
---|---|---|
Alignment | value |
Returns
TextOverflow(TextOverflow)
Specifies the chart title text overflow.
Declaration
public Chart3DTitleSettingsBuilder TextOverflow(TextOverflow value)
Parameters
Type | Name | Description |
---|---|---|
TextOverflow | value |
Returns
X(Double)
Defines the X coordinate for the chart title.
Declaration
public Chart3DTitleSettingsBuilder X(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Y(Double)
Defines the Y coordinate for the chart title.
Declaration
public Chart3DTitleSettingsBuilder Y(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |