Class Chart3DTextFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
Chart3DTextFontBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Chart3D.dll
Syntax
public class Chart3DTextFontBuilder : ControlBuilder
Constructors
Chart3DTextFontBuilder()
Declaration
public Chart3DTextFontBuilder()
Chart3DTextFontBuilder(Chart3DTextFont)
Declaration
public Chart3DTextFontBuilder(Chart3DTextFont model)
Parameters
| Type | Name | Description |
|---|---|---|
| Chart3DTextFont | model |
Methods
Color(String)
Color for the text.
Declaration
public Chart3DTextFontBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DTextFontBuilder |
FontFamily(String)
FontFamily for the text.
Declaration
public Chart3DTextFontBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DTextFontBuilder |
FontStyle(String)
FontStyle for the text.
Declaration
public Chart3DTextFontBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DTextFontBuilder |
FontWeight(String)
FontWeight for the text.
Declaration
public Chart3DTextFontBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DTextFontBuilder |
Opacity(Double)
Opacity for the text.
Declaration
public Chart3DTextFontBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| Chart3DTextFontBuilder |
Size(String)
Font size for the text.
Declaration
public Chart3DTextFontBuilder Size(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DTextFontBuilder |