Class SankeyTooltipTextStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyTooltipTextStyleBuilder
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 SankeyTooltipTextStyleBuilder : ControlBuilder
Constructors
SankeyTooltipTextStyleBuilder()
Declaration
public SankeyTooltipTextStyleBuilder()
SankeyTooltipTextStyleBuilder(SankeyTooltipTextStyle)
Declaration
public SankeyTooltipTextStyleBuilder(SankeyTooltipTextStyle model)
Parameters
| Type | Name | Description |
|---|---|---|
| SankeyTooltipTextStyle | model |
Methods
Color(String)
Specifies the color of the text.
Declaration
public SankeyTooltipTextStyleBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyTooltipTextStyleBuilder |
FontFamily(String)
Specifies the font family for the text.
Declaration
public SankeyTooltipTextStyleBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyTooltipTextStyleBuilder |
FontSize(String)
Specifies the font size for the text.
Declaration
public SankeyTooltipTextStyleBuilder FontSize(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyTooltipTextStyleBuilder |
FontStyle(String)
Specifies the font style for the text.
Declaration
public SankeyTooltipTextStyleBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyTooltipTextStyleBuilder |
FontWeight(String)
Specifies the weight of the text.
Declaration
public SankeyTooltipTextStyleBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyTooltipTextStyleBuilder |