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


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