Class SparklineFont
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 SparklineFont : EJTagHelper
Constructors
SparklineFont()
Declaration
public SparklineFont()
Properties
Color
Gets or sets font color for tooltip.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
sparkline font color for tooltip.
FontFamily
Gets or sets font family for tooltip.
Declaration
[JsonProperty("fontFamily")]
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
sparkline tooltip font family.
FontStyle
Gets or sets font style for tooltip.
Declaration
[JsonProperty("fontStyle")]
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
sparkline tooltip font style.
FontWeight
Gets or sets font weight for tooltip.
Declaration
[JsonProperty("fontWeight")]
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
sparkline tooltip font weight.
Opacity
Gets or sets font opacity for tooltip.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
sparkline font opacity for tooltip.
Size
Gets or sets font size for tooltip.
Declaration
[JsonProperty("size")]
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
sparkline font size for tooltip.