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