Class Chart3DFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
Chart3DFontBuilder
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 Chart3DFontBuilder : ControlBuilder
Constructors
Chart3DFontBuilder()
Declaration
public Chart3DFontBuilder()
Chart3DFontBuilder(Chart3DFont)
Declaration
public Chart3DFontBuilder(Chart3DFont model)
Parameters
| Type | Name | Description |
|---|---|---|
| Chart3DFont | model |
Methods
Color(String)
Specifies the color of the text.
Declaration
public Chart3DFontBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |
FontFamily(String)
Specifies the font family for the text.
Declaration
public Chart3DFontBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |
FontStyle(String)
Specifies the style of the text.
Declaration
public Chart3DFontBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |
FontWeight(String)
Specifies the font weight of the text.
Declaration
public Chart3DFontBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |
Opacity(Double)
Specifies the opacity level for the text.
Declaration
public Chart3DFontBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |
Size(String)
Specifies the size of the text.
Declaration
public Chart3DFontBuilder Size(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |
TextAlignment(Alignment)
Specifies the alignment of the text.
Declaration
public Chart3DFontBuilder TextAlignment(Alignment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Alignment | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |
TextOverflow(TextOverflow)
Specifies how the chart title text should handle overflow.
Declaration
public Chart3DFontBuilder TextOverflow(TextOverflow value)
Parameters
| Type | Name | Description |
|---|---|---|
| TextOverflow | value |
Returns
| Type |
|---|
| Chart3DFontBuilder |