'Declaration <DefaultValueAttribute()> <DescriptionAttribute("The minimum page size that the user can select for the vertical axis.")> <CategoryAttribute("Axis Configuration")> Public Property MinVertPageSize As Single
'Usage Dim instance As DataZoomTool Dim value As Single instance.MinVertPageSize = value value = instance.MinVertPageSize
[DefaultValue()] [Description("The minimum page size that the user can select for the vertical axis.")] [Category("Axis Configuration")] public float MinVertPageSize {get; set;}