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