NChartTimeAxisAutohideTooltip Property |
Flag indicating whether the tooltip should be hidden automatically when the user interactions end (true) or not (false).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool AutohideTooltip { get; set; }
Public Property AutohideTooltip As Boolean
Get
Set
public:
virtual property bool AutohideTooltip {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also