Class PivotViewPivotChartAxisFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartAxisFontBuilder
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.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public class PivotViewPivotChartAxisFontBuilder : ControlBuilder
Constructors
PivotViewPivotChartAxisFontBuilder()
Declaration
public PivotViewPivotChartAxisFontBuilder()
PivotViewPivotChartAxisFontBuilder(PivotViewPivotChartAxisFont)
Declaration
public PivotViewPivotChartAxisFontBuilder(PivotViewPivotChartAxisFont model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartAxisFont | model |
Methods
Color(String)
Allows to set the color for the text.
Declaration
public PivotViewPivotChartAxisFontBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |
FontFamily(String)
Allows to set the font family for the text.
Declaration
public PivotViewPivotChartAxisFontBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |
FontStyle(String)
Allows to set the font style for the text.
Declaration
public PivotViewPivotChartAxisFontBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |
FontWeight(String)
Allows to set the font weight for the text.
Declaration
public PivotViewPivotChartAxisFontBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |
Opacity(Double)
Allows to set the opacity for the text.
Declaration
public PivotViewPivotChartAxisFontBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |
Size(String)
Allows to set the font size for the text.
Declaration
public PivotViewPivotChartAxisFontBuilder Size(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |
TextAlignment(Object)
Allows to set the text alignment
Declaration
public PivotViewPivotChartAxisFontBuilder TextAlignment(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |
TextOverflow(Object)
Allows to set the chart title text overflow
Declaration
public PivotViewPivotChartAxisFontBuilder TextOverflow(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| PivotViewPivotChartAxisFontBuilder |