Class SankeySankeyTitleStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeySankeyTitleStyleBuilder
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 SankeySankeyTitleStyleBuilder : ControlBuilder
Constructors
SankeySankeyTitleStyleBuilder()
Declaration
public SankeySankeyTitleStyleBuilder()
SankeySankeyTitleStyleBuilder(SankeySankeyTitleStyle)
Declaration
public SankeySankeyTitleStyleBuilder(SankeySankeyTitleStyle model)
Parameters
| Type | Name | Description |
|---|---|---|
| SankeySankeyTitleStyle | model |
Methods
Color(String)
Specifies the color of the title text.
Declaration
public SankeySankeyTitleStyleBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeySankeyTitleStyleBuilder |
FontFamily(String)
Specifies the font family for the title text.
Declaration
public SankeySankeyTitleStyleBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeySankeyTitleStyleBuilder |
FontStyle(String)
Specifies the font style for the title text.
Declaration
public SankeySankeyTitleStyleBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeySankeyTitleStyleBuilder |
FontWeight(String)
Specifies the weight of the title text.
Declaration
public SankeySankeyTitleStyleBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeySankeyTitleStyleBuilder |
Opacity(Double)
Specifies the opacity of the title text.
Declaration
public SankeySankeyTitleStyleBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeySankeyTitleStyleBuilder |
Size(String)
Specifies the font size for the title text.
Declaration
public SankeySankeyTitleStyleBuilder Size(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeySankeyTitleStyleBuilder |
TextAlignment(Alignment)
The textAlignment property determines how the text is aligned within the specified area.
Declaration
public SankeySankeyTitleStyleBuilder TextAlignment(Alignment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Alignment | value |
Returns
| Type |
|---|
| SankeySankeyTitleStyleBuilder |