menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPivotChartAxisFontBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved