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