menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DTextFontBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    Chart3DTextFontBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Chart3DTextFontBuilder : ControlBuilder

    Constructors

    Chart3DTextFontBuilder()

    Declaration
    public Chart3DTextFontBuilder()

    Chart3DTextFontBuilder(Chart3DTextFont)

    Declaration
    public Chart3DTextFontBuilder(Chart3DTextFont model)
    Parameters
    Type Name Description
    Chart3DTextFont model

    Methods

    Color(String)

    Color for the text.

    Declaration
    public Chart3DTextFontBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTextFontBuilder

    FontFamily(String)

    FontFamily for the text.

    Declaration
    public Chart3DTextFontBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTextFontBuilder

    FontStyle(String)

    FontStyle for the text.

    Declaration
    public Chart3DTextFontBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTextFontBuilder

    FontWeight(String)

    FontWeight for the text.

    Declaration
    public Chart3DTextFontBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTextFontBuilder

    Opacity(Double)

    Opacity for the text.

    Declaration
    public Chart3DTextFontBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    Chart3DTextFontBuilder

    Size(String)

    Font size for the text.

    Declaration
    public Chart3DTextFontBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    Chart3DTextFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved