'Declaration <CategoryAttribute("General")> <DescriptionAttribute("The change in the x margin location parameter of the chart view when the user presses the left or right arrow buttons.")> <DefaultValueAttribute()> Public Property HorizontalStep As Single
'Usage Dim instance As OffsetDragOperation Dim value As Single instance.HorizontalStep = value value = instance.HorizontalStep
[Category("General")] [Description("The change in the x margin location parameter of the chart view when the user presses the left or right arrow buttons.")] [DefaultValue()] public float HorizontalStep {get; set;}