UserInteractionRotateSnappingOptionsSnapTolerance Property |
LightningChart .NET Help
Angle as degrees that the view direction can be away from the
defined snap angle for the snapping to happen.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public double SnapTolerance { get; set; }<DefaultValueAttribute(10)>
Public Property SnapTolerance As Double
Get
Set
public:
[DefaultValueAttribute(10)]
property double SnapTolerance {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also