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)
Syntaxpublic bool PointSelectionEnabled { get; set; }
Public Property PointSelectionEnabled As Boolean
Get
Set
public:
virtual property bool PointSelectionEnabled {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
Boolean
See Also