ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartFontBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartFontBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartFontBuilder : ControlBuilder

    Constructors

    ChartFontBuilder()

    Declaration
    public ChartFontBuilder()

    ChartFontBuilder(ChartFont)

    Declaration
    public ChartFontBuilder(ChartFont model)
    Parameters
    Type Name Description
    ChartFont model

    Methods

    Color(String)

    Color for the text.

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

    FontFamily(String)

    FontFamily for the text.

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

    FontStyle(String)

    FontStyle for the text.

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

    FontWeight(String)

    FontWeight for the text.

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

    Opacity(Double)

    Opacity for the text.

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

    Size(String)

    Font size for the text.

    Declaration
    public ChartFontBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    ChartFontBuilder

    TextAlignment(Alignment)

    text alignment

    Declaration
    public ChartFontBuilder TextAlignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type Description
    ChartFontBuilder

    TextOverflow(TextOverflow)

    Specifies the chart title text overflow

    Declaration
    public ChartFontBuilder TextOverflow(TextOverflow value)
    Parameters
    Type Name Description
    TextOverflow value
    Returns
    Type Description
    ChartFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved