Enum Chart3DFadeOutMode
Specifies the tooltip fade out mode of the 3D Chart.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Chart3DFadeOutMode
Fields
| Name | Description |
|---|---|
| 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. |
| 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. |