dotnetCHARTING Send comments on this topic.
Viewport Property
See Also 
dotnetCHARTING Namespace > Axis Class : Viewport Property


Gets a ViewPort object that defines the visible scale range or zoom range when using AJAX scrolling. Setting the properties of this class allows zooming the chart programatically.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Viewport As Viewport
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Viewport
 
value = instance.Viewport
C# 
public Viewport Viewport {get;}

See Also

© 2010 All Rights Reserved.