Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializePictureRotationAngle Method


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