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


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