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