Xceed Chart for WinForms v4.4 Documentation
ElevationStep Property (TrackballDragOperation)


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > TrackballDragOperation Class : ElevationStep Property
The change in the elevation parameter of the chart view when the user presses the up or down arrow buttons.
Syntax
'Declaration
 
<DescriptionAttribute("The change in the rotation parameter of the chart view when the user presses the up or down arrow buttons.")>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
Public Property ElevationStep As Single
'Usage
 
Dim instance As TrackballDragOperation
Dim value As Single
 
instance.ElevationStep = value
 
value = instance.ElevationStep
[Description("The change in the rotation parameter of the chart view when the user presses the up or down arrow buttons.")]
[DefaultValue()]
[Category("General")]
public float ElevationStep {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

TrackballDragOperation Class
TrackballDragOperation Members