Version

IsWindowSyncedToVisibleRange Property

A boolean indicating whether the chart should automatically zoom in vertically on the currently visible range of data.
Syntax
'Declaration
 
Public Property IsWindowSyncedToVisibleRange As Boolean
public bool IsWindowSyncedToVisibleRange {get; set;}
Remarks
When this property is set to true, panning and zooming along the X-axis will result in a corresponding zoom on the Y-axis, so that the visible range of data fills the zoom window as fully as possible.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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