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