Version

WindowRect Property (SeriesViewerModel)

A rectangle representing the portion of the chart currently in view.
Syntax
'Declaration
 
Public Property WindowRect As CanvasRectModel
public CanvasRectModel WindowRect {get; set;}
Remarks
A rectangle at X=0, Y=0 with a Height and Width of 1 implies the entire plotting area is in view. A Height and Width of .5 would imply that the view is halfway zoomed in.
Requirements

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

View on GitHub