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


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