Class BulletSymbol
Inherited Members
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 |