menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartStackLabelsFontBuilder

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

    Constructors

    ChartStackLabelsFontBuilder()

    Declaration
    public ChartStackLabelsFontBuilder()

    ChartStackLabelsFontBuilder(ChartStackLabelsFont)

    Declaration
    public ChartStackLabelsFontBuilder(ChartStackLabelsFont model)
    Parameters
    Type Name Description
    ChartStackLabelsFont model

    Methods

    Color(String)

    Specifies the color of the text.

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

    FontFamily(String)

    Specifies the font family for the text.

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

    FontStyle(String)

    Specifies the style of the text.

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

    FontWeight(String)

    Specifies the font weight of the text.

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

    Opacity(Double)

    Specifies the opacity level for the text.

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

    Size(String)

    Specifies the size of the text.

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

    TextAlignment(Alignment)

    Specifies the alignment of the text.

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