Class FadeOutMode
Defines the tooltip fade out mode of the chart. They are: Click - Used to remove the tooltip on click. Move - Used to remove the tooltip with some delay.
Inheritance
System.Object
FadeOutMode
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FadeOutMode : Enum
Fields
Click
Declaration
public const FadeOutMode Click
Field Value
Type |
---|
FadeOutMode |
Move
Declaration
public const FadeOutMode Move
Field Value
Type |
---|
FadeOutMode |