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