menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class BulletChartBulletLabelStyleBuilder

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

    Constructors

    BulletChartBulletLabelStyleBuilder()

    Declaration
    public BulletChartBulletLabelStyleBuilder()

    BulletChartBulletLabelStyleBuilder(BulletChartBulletLabelStyle)

    Declaration
    public BulletChartBulletLabelStyleBuilder(BulletChartBulletLabelStyle model)
    Parameters
    Type Name Description
    BulletChartBulletLabelStyle model

    Methods

    Color(String)

    Color for the text.

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

    EnableTrim(Boolean)

    Default value of enable trim.

    Declaration
    public BulletChartBulletLabelStyleBuilder EnableTrim(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    BulletChartBulletLabelStyleBuilder

    FontFamily(String)

    FontFamily for the text.

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

    FontStyle(String)

    FontStyle for the text.

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

    FontWeight(String)

    FontWeight for the text.

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

    MaximumTitleWidth(Double)

    Maximum label width of the bullet chart.

    Declaration
    public BulletChartBulletLabelStyleBuilder MaximumTitleWidth(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    BulletChartBulletLabelStyleBuilder

    Opacity(Double)

    Opacity for the text.

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

    Size(String)

    Font size for the text.

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

    TextAlignment(Alignment)

    Text alignment.

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

    TextOverflow(TextOverflow)

    Specifies the chart title text overflow.

    Declaration
    public BulletChartBulletLabelStyleBuilder TextOverflow(TextOverflow value)
    Parameters
    Type Name Description
    TextOverflow value
    Returns
    Type
    BulletChartBulletLabelStyleBuilder

    UseRangeColor(Boolean)

    Range color.

    Declaration
    public BulletChartBulletLabelStyleBuilder UseRangeColor(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    BulletChartBulletLabelStyleBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved