Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataZoomTool Class / ZoomOutResetsAxes Property


In This Topic
    ZoomOutResetsAxes Property
    In This Topic
    When the user selects a zoom out rect and this property is true the axes will zoom out as much as possible.
    Syntax
    'Declaration
     
    <CategoryAttribute("Axis Configuration")>
    <DescriptionAttribute("When the user selects a zoom out rect and this property is true the axes will zoom out as much as possible.")>
    <DefaultValueAttribute(True)>
    Public Property ZoomOutResetsAxes As Boolean
    'Usage
     
    Dim instance As DataZoomTool
    Dim value As Boolean
     
    instance.ZoomOutResetsAxes = value
     
    value = instance.ZoomOutResetsAxes
    [Category("Axis Configuration")]
    [Description("When the user selects a zoom out rect and this property is true the axes will zoom out as much as possible.")]
    [DefaultValue(true)]
    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