Class SankeyChartTooltipSettings
Inheritance
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyChartTooltipSettings : EJTagHelper
Constructors
SankeyChartTooltipSettings()
Declaration
public SankeyChartTooltipSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Duration
Duration of the tooltip show animation (in ms).
Declaration
public double Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 300 |
Enable
Enables or disables the tooltip display.
Declaration
public bool Enable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
EnableAnimation
Enables or disables tooltip animation.
Declaration
public bool EnableAnimation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
FadeOutDuration
Duration of the tooltip fade-out animation (in ms).
Declaration
public double FadeOutDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1000 |
FadeOutMode
Specifies the mode for the fade-out animation when hiding the tooltip.
Declaration
public SankeyTooltipFadeOutMode FadeOutMode { get; set; }
Property Value
| Type | Description |
|---|---|
| SankeyTooltipFadeOutMode | The default value is SankeyTooltipFadeOutMode.Move |
Fill
Background fill color of the tooltip.
Declaration
public string Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
LinkFormat
Format string for link tooltips.
Declaration
public string LinkFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "$start.name $start.value → $target.name $target.value" |
LinkTemplate
Custom template or rendering function for link tooltips.
Declaration
public object LinkTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
NodeFormat
Format string for node tooltips.
Declaration
public string NodeFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "$name : $value" |
NodeTemplate
Custom template or rendering function for node tooltips.
Declaration
public object NodeTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Opacity
Opacity of the tooltip container.
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
TextStyle
Text style used within the tooltip.
Declaration
public SankeyTooltipTextStyle TextStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| SankeyTooltipTextStyle | The default value is null |