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


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