Nevron.Chart Namespace / NAxisCursor Class / ScrollToValue Property


ScrollToValue Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Keyboard")>
<System.ComponentModel.DescriptionAttribute("When set to true the cursor will automaticlly scroll the axes in order to accomodate the new x,y value..")>
Public Property ScrollToValue As System.Boolean
 
'Usage
 
Dim instance As NAxisCursor
Dim value As System.Boolean
 
instance.ScrollToValue = value
 
value = instance.ScrollToValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also