Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletDataLabelModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BulletDataLabelModel

    Interface for a class BulletDataLabel

    Inheritance
    System.Object
    BulletDataLabelModel
    Implements
    System.IEquatable<BulletDataLabelModel>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BulletDataLabelModel : Object, IEquatable<BulletDataLabelModel>

    Constructors

    BulletDataLabelModel()

    Declaration
    public BulletDataLabelModel()

    Properties

    Enable

    Enables / Disables the visibility of the data label.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    LabelStyle

    Options to customize the data label text.

    Declaration
    public BulletLabelStyleModel LabelStyle { get; set; }
    Property Value
    Type Description
    BulletLabelStyleModel

    Methods

    Equals(BulletDataLabelModel)

    Returns boolean value by comparing bulletDataLabelModel

    Declaration
    public bool Equals(BulletDataLabelModel bulletDataLabelModel)
    Parameters
    Type Name Description
    BulletDataLabelModel bulletDataLabelModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved