Class SparklineSparklineTooltipSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SparklineSparklineTooltipSettings
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
public SparklineSparklineBorder Border { get; set; }
Property Value
Type | Description |
---|---|
SparklineSparklineBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Fill
To customize the tooltip fill color.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Format
To customize the tooltip format.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Template
To customize the tooltip template.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
TextStyle
To configure tooltip text styles.
Declaration
public SparklineSparklineFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
SparklineSparklineFont | The default value is null |
TrackLineSettings
To configure the tracker line options.
Declaration
public SparklineTrackLineSettings TrackLineSettings { get; set; }
Property Value
Type | Description |
---|---|
SparklineTrackLineSettings | The default value is null |
Visible
Toggle the tooltip visibility.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |