Class PivotViewPivotChartAxisFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartAxisFontBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.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
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
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
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
Opacity(Double)
Allows to set the opacity for the text.
Declaration
public PivotViewPivotChartAxisFontBuilder Opacity(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
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
TextAlignment(Object)
Allows to set the text alignment
Declaration
public PivotViewPivotChartAxisFontBuilder TextAlignment(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
TextOverflow(Object)
Allows to set the chart title text overflow
Declaration
public PivotViewPivotChartAxisFontBuilder TextOverflow(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |