'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;}