Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / RotationAngle Property


In This Topic
    RotationAngle Property (ChartShape)
    In This Topic
    Gets or sets the rotation angle of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property RotationAngle As Single
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Single
     
    instance.RotationAngle = value
     
    value = instance.RotationAngle
    public override float RotationAngle {get; set;}
    See Also