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