'Declaration <DescriptionAttribute("The border used to paint the selected area in the chart when the tool will zoom out.")> <CategoryAttribute("Appearance")> Public Property ZoomOutBorder As LineProperties
'Usage Dim instance As DataZoomTool Dim value As LineProperties instance.ZoomOutBorder = value value = instance.ZoomOutBorder
[Description("The border used to paint the selected area in the chart when the tool will zoom out.")] [Category("Appearance")] public LineProperties ZoomOutBorder {get; set;}