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