Xceed Chart for WinForms v4.4 Documentation
ZoomOutResetsAxes Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataZoomTool Class : ZoomOutResetsAxes Property
When the user selects a zoom out rect and this property is true the axes will zoom out as much as possible.
Syntax
'Declaration
 
<DescriptionAttribute("When the user selects a zoom out rect and this property is true the axes will zoom out as much as possible.")>
<CategoryAttribute("Axis Configuration")>
<DefaultValueAttribute()>
Public Property ZoomOutResetsAxes As Boolean
'Usage
 
Dim instance As DataZoomTool
Dim value As Boolean
 
instance.ZoomOutResetsAxes = value
 
value = instance.ZoomOutResetsAxes
[Description("When the user selects a zoom out rect and this property is true the axes will zoom out as much as possible.")]
[Category("Axis Configuration")]
[DefaultValue()]
public bool ZoomOutResetsAxes {get; set;}
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

Reference

DataZoomTool Class
DataZoomTool Members