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


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