Click or drag to resize
NChartPointSelectionEnabled Property
Flag determining if the chart points can be selected by tap (true) or not (false). The default value is true. If you do not want to select points by tap, it is better to disable selection, because it will save memory and boost the data updating.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool PointSelectionEnabled { get; set; }

Property Value

Type: Boolean
See Also