Click or drag to resize
NChartTooltipSetVisibleAnimated Method
Change visibility of tooltip animated.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void SetVisibleAnimated(
	bool visible,
	float duration
)

Parameters

visible
Type: SystemBoolean
Flag of visibility.
duration
Type: SystemSingle
Duration of animation in seconds.

Implements

INChartTooltipSetVisibleAnimated(Boolean, Single)
See Also