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