Class Chart3DFadeOutMode
Specifies the tooltip fade out mode of the SfChart3D.
Inheritance
System.Object
Chart3DFadeOutMode
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Chart3DFadeOutMode : Enum
Fields
Click
The tooltip will fade out when the user clicks on the chart element. This mode is useful for providing persistent tooltips until user action, which can be beneficial for detailed data inspection.
Declaration
public const Chart3DFadeOutMode Click
Field Value
Type |
---|
Chart3DFadeOutMode |
Move
The tooltip will fade out with a delay after the cursor moves away from the chart element. This mode is useful for allowing users to quickly glance at multiple data points without clicking.
Declaration
public const Chart3DFadeOutMode Move
Field Value
Type |
---|
Chart3DFadeOutMode |