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