Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Rotate Method / Rotate(Single) Method
Angle to rotate the object


In This Topic
    Rotate(Single) Method
    In This Topic
    Rotates the object by the specified angle around the center of the object.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Rotate( _
       ByVal angle As Single _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim angle As Single
     
    instance.Rotate(angle)
    public override void Rotate( 
       float angle
    )

    Parameters

    angle
    Angle to rotate the object
    See Also