Class RangeNavigatorRangeTooltipSettings
Inheritance
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigatorRangeTooltipSettings : EJTagHelper
Constructors
RangeNavigatorRangeTooltipSettings()
Declaration
public RangeNavigatorRangeTooltipSettings()
Properties
Border
Options to customize tooltip borders.
Declaration
public RangeNavigatorBorder Border { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorBorder | 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> |
DisplayMode
It defines display mode for tooltip.
Declaration
public TooltipDisplayMode DisplayMode { get; set; }
Property Value
Type | Description |
---|---|
TooltipDisplayMode | The default value is TooltipDisplayMode.OnDemand |
Enable
Enables / Disables the visibility of the tooltip.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Fill
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 | The default value is null |
Format
Format the ToolTip content.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Opacity
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 | The default value is Double.NaN |
Template
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 | The default value is null |
TextStyle
Options to customize the ToolTip text.
Declaration
public RangeNavigatorFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorFont | The default value is null |