Class SparklineSparklineTooltipSettings
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.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SparklineSparklineTooltipSettings : EJTagHelper
Constructors
SparklineSparklineTooltipSettings()
Declaration
public SparklineSparklineTooltipSettings()
Properties
Border
To configure tooltip border color and width.
Declaration
[HtmlAttributeName("border")]
public SparklineSparklineBorder Border { get; set; }
Property Value
Type | Description |
---|---|
SparklineSparklineBorder |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Fill
To customize the tooltip fill color.
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
To customize the tooltip format.
Declaration
[HtmlAttributeName("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Template
To customize the tooltip template.
Declaration
[HtmlAttributeName("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextStyle
To configure tooltip text styles.
Declaration
[HtmlAttributeName("textStyle")]
public SparklineSparklineFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
SparklineSparklineFont |
TrackLineSettings
To configure the tracker line options.
Declaration
[HtmlAttributeName("trackLineSettings")]
public SparklineTrackLineSettings TrackLineSettings { get; set; }
Property Value
Type | Description |
---|---|
SparklineTrackLineSettings |
Visible
Toggle the tooltip visibility.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |