Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeRotationAngle Method


In This Topic
    ShouldSerializeRotationAngle Method (ChartShape)
    In This Topic
    Determines if the rotation angle of the object should be serialized.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeRotationAngle() As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeRotationAngle()
    public override bool ShouldSerializeRotationAngle()
    See Also