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


In This Topic
ShouldSerializeCanRotate Method (ChartShape)
In This Topic
Determines if the CanRotate property should be serialized.
Syntax
'Declaration
 
Public Overrides Function ShouldSerializeCanRotate() As Boolean
 
'Usage
 
Dim instance As ChartShape
Dim value As Boolean
 
value = instance.ShouldSerializeCanRotate()
See Also