NChartHairSnapToMajorTicks Property |
Flag determining if hair should snap to major ticks while moving. The default value is NO.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool SnapToMajorTicks { get; set; }
Public Property SnapToMajorTicks As Boolean
Get
Set
public:
virtual property bool SnapToMajorTicks {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also