Class SparklineTooltip
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 SparklineTooltip : EJTagHelper
Constructors
SparklineTooltip()
Declaration
public SparklineTooltip()
Properties
Border
Gets or sets for tooltip border.
Declaration
[JsonProperty("border")]
public TooltipBorder Border { get; set; }
Property Value
Type | Description |
---|---|
TooltipBorder |
Remarks
Sparkline tooltip border.
Fill
Gets or sets for tooltip fill color.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Sparkline tooltip fill color.
Font
Gets or sets for tooltip font.
Declaration
[JsonProperty("font")]
public SparklineFont Font { get; set; }
Property Value
Type | Description |
---|---|
SparklineFont |
Remarks
Sparkline tooltip font.
Template
Gets or sets template for trackball.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
sparkline trackball template.
Visible
Gets or sets visibility for trackball.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
sparkline trackball visible.