menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartSmithchartFontBuilder

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

    Constructors

    SmithchartSmithchartFontBuilder()

    Declaration
    public SmithchartSmithchartFontBuilder()

    SmithchartSmithchartFontBuilder(SmithchartSmithchartFont)

    Declaration
    public SmithchartSmithchartFontBuilder(SmithchartSmithchartFont model)
    Parameters
    Type Name Description
    SmithchartSmithchartFont model

    Methods

    Color(String)

    Color for the text.

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

    FontFamily(String)

    font family for text.

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

    FontStyle(String)

    font style for text.

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

    FontWeight(String)

    font weight for text.

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

    Opacity(Double)

    font opacity for text.

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

    Size(String)

    font size for text.

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