Class SankeySankeyTitleStyle
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SankeySankeyTitleStyle
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeySankeyTitleStyle : EJTagHelper
Constructors
SankeySankeyTitleStyle()
Declaration
public SankeySankeyTitleStyle()
Properties
Color
Specifies the color of the title text.
Declaration
public string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
FontFamily
Specifies the font family for the title text.
Declaration
public string FontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
FontStyle
Specifies the font style for the title text.
Declaration
public string FontStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "normal" |
FontWeight
Specifies the weight of the title text.
Declaration
public string FontWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Opacity
Specifies the opacity of the title text.
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
Size
Specifies the font size for the title text.
Declaration
public string Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
TextAlignment
The textAlignment property determines how the text is aligned within the specified area.
Declaration
public Alignment TextAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| Alignment | The default value is Alignment.Center |