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


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