Class RangeNavigatorRangeTooltipSettings
Inheritance
System.Object
RangeNavigatorRangeTooltipSettings
Assembly: Syncfusion.EJ2.dll
public class RangeNavigatorRangeTooltipSettings : EJTagHelper
Constructors
Declaration
public RangeNavigatorRangeTooltipSettings()
Properties
Options to customize tooltip borders.
Declaration
public RangeNavigatorBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
It defines display mode for tooltip
Declaration
public TooltipDisplayMode DisplayMode { get; set; }
Property Value
Enables / Disables the visibility of the tooltip.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Format the ToolTip content.
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
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Custom template to format the ToolTip content. Use ${value} as the placeholder text to display the corresponding data point.
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
Options to customize the ToolTip text.
Declaration
public RangeNavigatorFont TextStyle { get; set; }
Property Value