menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class BulletSymbol

    Inheritance
    System.Object
    EJTagHelper
    BulletSymbol
    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 BulletSymbol : EJTagHelper

    Constructors

    BulletSymbol()

    Declaration
    public BulletSymbol()

    Properties

    Border

    Gets or sets the Border of the indicator symbol.

    Declaration
    [JsonProperty("border")]
    public BulletBorder Border { get; set; }
    Property Value
    Type Description
    BulletBorder
    Remarks

    Contains property to customize the border of indicator symbol.

    Color

    Gets or sets the Color of the indicator symbol.

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

    Specifies the color of indicator symbol.

    imageURL

    Gets or sets the ImageURL of the indicator symbol.

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

    Specifies the URL of image that represents indicator symbol.

    Opacity

    Gets or sets the Opacity of the indicator symbol.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Specifies the opacity of indicator symbol.

    Shape

    Gets or sets the Shape of the indicator symbol.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("shape")]
    public SymbolShape Shape { get; set; }
    Property Value
    Type Description
    SymbolShape
    Remarks

    Specifies the shape of indicator symbol.

    Size

    Gets or sets the Size of the indicator symbol.

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

    Contains property to customize the size of indicator symbol.

    Methods

    ShouldSerializeSize()

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