NChartShouldToggleAutoScrollByPan Property |
Flag determining if automatical scroll should be automatically toggled by pan (true) or not (false). The default value is false.
If this flag is true, automatical scroll is switched on (ShouldAutoScroll is set to true) if user pans
to the right-most position of the chart and switched off (ShouldAutoScroll is set to false) if user pans left.
This flag takes effect in 2D mode only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldToggleAutoScrollByPan { get; set; }
Public Property ShouldToggleAutoScrollByPan As Boolean
Get
Set
public:
virtual property bool ShouldToggleAutoScrollByPan {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also