Click or drag to resize
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; }

Property Value

Type: NChartUserInteraction
See Also