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