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


In This Topic
ShouldSerializeFont Method (ChartShape)
In This Topic
Indicates whether the Font property should be persisted.
Syntax
'Declaration
 
Public Overrides Function ShouldSerializeFont() As Boolean
 
'Usage
 
Dim instance As ChartShape
Dim value As Boolean
 
value = instance.ShouldSerializeFont()
See Also