menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class AccumulationChartFontBuilder

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

    Constructors

    AccumulationChartFontBuilder()

    Declaration
    public AccumulationChartFontBuilder()

    AccumulationChartFontBuilder(AccumulationChartFont)

    Declaration
    public AccumulationChartFontBuilder(AccumulationChartFont model)
    Parameters
    Type Name Description
    AccumulationChartFont model

    Methods

    Color(String)

    Specifies the color of the text.

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

    FontFamily(String)

    Specifies the font family for the text.

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

    FontStyle(String)

    Specifies the style of the text.

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

    FontWeight(String)

    Specifies the font weight of the text.

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

    Opacity(Double)

    Specifies the opacity level for the text.

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

    Size(String)

    Specifies the size of the text.

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

    TextAlignment(Alignment)

    Specifies the alignment of the text.

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

    TextOverflow(TextOverflow)

    Specifies how the chart title text should handle overflow.

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