dotnetCHARTING Send comments on this topic.
AxisToZoom Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : AxisToZoom Property


Gets or sets a value that indicates the zooming direction. Options include Both (can select any arbitrary bounding box to zoom to), XAxis (select a specific x axis region only, y axis is fixed to the maximum extent) , YAxis (select a specific y axis region only, x axis is fixed to the maximum extent)

Syntax

Visual Basic (Declaration) 
Public Property AxisToZoom As AxisToZoom
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As AxisToZoom
 
instance.AxisToZoom = value
 
value = instance.AxisToZoom
C# 
public AxisToZoom AxisToZoom {get; set;}

See Also

© 2010 All Rights Reserved.