menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartFontBuilder - API Reference

    Show / Hide Table of Contents

    Class StockChartFontBuilder

    Inheritance
    System.Object
    ControlBuilder
    StockChartFontBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class StockChartFontBuilder : ControlBuilder

    Constructors

    StockChartFontBuilder()

    Declaration
    public StockChartFontBuilder()

    StockChartFontBuilder(StockChartFont)

    Declaration
    public StockChartFontBuilder(StockChartFont model)
    Parameters
    Type Name Description
    StockChartFont model

    Methods

    Color(String)

    Color for the text.

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

    FontFamily(String)

    FontFamily for the text.

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

    FontStyle(String)

    FontStyle for the text.

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

    FontWeight(String)

    FontWeight for the text.

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

    Opacity(Double)

    Opacity for the text.

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

    Size(String)

    Font size for the text.

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

    TextAlignment(Alignment)

    text alignment.

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

    TextOverflow(TextOverflow)

    Specifies the chart title text overflow.

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