Class CircularLegendFont
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 CircularLegendFont : EJTagHelper
Constructors
CircularLegendFont()
Declaration
public CircularLegendFont()
Properties
Color
Gets or sets the font Color
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontFamily
Gets or sets the FontFamily
Declaration
[JsonProperty("fontFamily")]
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Gets or sets the font Size
Declaration
[JsonProperty("size")]
public string FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
Gets or sets the FontStyle
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("fontStyle")]
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontWeight
Gets or sets the FontWeight
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("fontWeight")]
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |