menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class BulletChartBulletDataLabelBuilder

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

    Constructors

    BulletChartBulletDataLabelBuilder()

    Declaration
    public BulletChartBulletDataLabelBuilder()

    BulletChartBulletDataLabelBuilder(BulletChartBulletDataLabel)

    Declaration
    public BulletChartBulletDataLabelBuilder(BulletChartBulletDataLabel model)
    Parameters
    Type Name Description
    BulletChartBulletDataLabel model

    Methods

    Enable(Boolean)

    Enables / Disables the visibility of the data label.

    Declaration
    public BulletChartBulletDataLabelBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    BulletChartBulletDataLabelBuilder

    LabelStyle(BulletChartBulletLabelStyle)

    Options to customize the data label text.

    Declaration
    public BulletChartBulletDataLabelBuilder LabelStyle(BulletChartBulletLabelStyle value)
    Parameters
    Type Name Description
    BulletChartBulletLabelStyle value
    Returns
    Type
    BulletChartBulletDataLabelBuilder

    LabelStyle(Action<BulletChartBulletLabelStyleBuilder>)

    Declaration
    public BulletChartBulletDataLabelBuilder LabelStyle(Action<BulletChartBulletLabelStyleBuilder> labelStyle)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletLabelStyleBuilder> labelStyle
    Returns
    Type
    BulletChartBulletDataLabelBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved