Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / TrackballDragOperation Class / RotationStep Property


In This Topic
    RotationStep Property (TrackballDragOperation)
    In This Topic
    The change in the rotation parameter of the chart view when the user presses the left or right arrow buttons.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("The change in the rotation parameter of the chart view when the user presses the left or right arrow buttons.")>
    <DefaultValueAttribute(5)>
    Public Property RotationStep As Single
    'Usage
     
    Dim instance As TrackballDragOperation
    Dim value As Single
     
    instance.RotationStep = value
     
    value = instance.RotationStep
    [Category("General")]
    [Description("The change in the rotation parameter of the chart view when the user presses the left or right arrow buttons.")]
    [DefaultValue(5)]
    public float RotationStep {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