NChartUserInteractionMode Property |
Intercation mode used in the chart. The default is NChartUserInteractionAll.
You can use multiple interactions concatenated with bitwise OR to specify the mask of what is available.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartUserInteraction UserInteractionMode { get; set; }
Public Property UserInteractionMode As NChartUserInteraction
Get
Set
public:
virtual property NChartUserInteraction UserInteractionMode {
NChartUserInteraction get () sealed;
void set (NChartUserInteraction value) sealed;
}
Property Value
Type:
NChartUserInteractionSee Also