'Declaration <CategoryAttribute("General")> <DescriptionAttribute("The change in the zoom parameter of the chart view when the user presses the up or down arrow buttons.")> <DefaultValueAttribute()> Public Property ZoomStep As Single
'Usage Dim instance As ZoomDragOperation Dim value As Single instance.ZoomStep = value value = instance.ZoomStep
[Category("General")] [Description("The change in the zoom parameter of the chart view when the user presses the up or down arrow buttons.")] [DefaultValue()] public float ZoomStep {get; set;}