menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletLabels

    Show / Hide Table of Contents

    Class BulletLabels

    Inheritance
    System.Object
    EJTagHelper
    BulletLabels
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class BulletLabels : EJTagHelper

    Constructors

    BulletLabels()

    Declaration
    public BulletLabels()

    Properties

    Font

    Gets or sets the Font of labels.

    Declaration
    [JsonProperty("font")]
    public BulletFont Font { get; set; }
    Property Value
    Type Description
    BulletFont
    Remarks

    Contains property to customize the font of the labels in bullet graph.

    LabelPlacement

    Gets or sets the LabelPlacement.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("labelPlacement")]
    public BulletLabelPlacement LabelPlacement { get; set; }
    Property Value
    Type Description
    BulletLabelPlacement
    Remarks

    Specifies the placement of labels in bullet graph scale.

    LabelPrefix

    Gets or sets the LabelPrefix

    Declaration
    [JsonProperty("labelPrefix")]
    public string LabelPrefix { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the prefix to be added with labels in bullet graph.

    LabelSuffix

    Gets or sets the LabelSuffix

    Declaration
    [JsonProperty("labelSuffix")]
    public string LabelSuffix { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the suffix to be added with labels in bullet graph.

    Offset

    Gets or sets the Offset of labels.

    Declaration
    [JsonProperty("offset")]
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Specifies the horizontal/vertical padding of labels.

    Position

    Gets or sets the Position of labels.

    Declaration
    [JsonProperty("position")]
    [JsonConverter(typeof(StringEnumConverter))]
    public LabelPosition Position { get; set; }
    Property Value
    Type Description
    LabelPosition
    Remarks

    Specifies the position of the labels to render either above or below the graph.

    Size

    Gets or sets the Size of labels.

    Declaration
    [JsonProperty("size")]
    public int Size { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Specifies the Size of the labels.

    Stroke

    Gets or sets the Stroke of labels.

    Declaration
    [JsonProperty("stroke")]
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the stroke color of the labels in bullet graph.

    Methods

    ShouldSerializeFont()

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