Class CircularChart3DDataLabelFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CircularChart3DDataLabelFontBuilder
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.CircularChart3D.dll
Syntax
public class CircularChart3DDataLabelFontBuilder : ControlBuilder
Constructors
CircularChart3DDataLabelFontBuilder()
Declaration
public CircularChart3DDataLabelFontBuilder()
CircularChart3DDataLabelFontBuilder(CircularChart3DDataLabelFont)
Declaration
public CircularChart3DDataLabelFontBuilder(CircularChart3DDataLabelFont model)
Parameters
| Type | Name | Description |
|---|---|---|
| CircularChart3DDataLabelFont | model |
Methods
Color(String)
Specifies the color for the text.
Declaration
public CircularChart3DDataLabelFontBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| CircularChart3DDataLabelFontBuilder |
FontFamily(String)
Specifies the font family for the text.
Declaration
public CircularChart3DDataLabelFontBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| CircularChart3DDataLabelFontBuilder |
FontStyle(String)
Specifies the font style for the text.
Declaration
public CircularChart3DDataLabelFontBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| CircularChart3DDataLabelFontBuilder |
FontWeight(String)
Specifies the font weight for the text.
Declaration
public CircularChart3DDataLabelFontBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| CircularChart3DDataLabelFontBuilder |
Opacity(Double)
Specifies the opacity for the text.
Declaration
public CircularChart3DDataLabelFontBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| CircularChart3DDataLabelFontBuilder |
Size(String)
Specifies the font size for the text.
Declaration
public CircularChart3DDataLabelFontBuilder Size(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| CircularChart3DDataLabelFontBuilder |