Xceed Chart for WinForms v4.4 Documentation
VerticalStep Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > OffsetDragOperation Class : VerticalStep Property
The change in the y margin location parameter of the chart view when the user presses the up or down arrow buttons.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<DescriptionAttribute("The change in the y margin location parameter of the chart view when the user presses the up or down arrow buttons.")>
Protected Property VerticalStep As Single
'Usage
 
Dim instance As OffsetDragOperation
Dim value As Single
 
instance.VerticalStep = value
 
value = instance.VerticalStep
[DefaultValue()]
[Category("General")]
[Description("The change in the y margin location parameter of the chart view when the user presses the up or down arrow buttons.")]
protected float VerticalStep {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OffsetDragOperation Class
OffsetDragOperation Members