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


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