ShouldSerializeForeColor Method (ChartAlarmZone)
In This Topic
Returns false if the ForeColor property is in the default state. The default state is to inherit the ForeColor from the Chart2DPlotArea object.
Syntax
'Declaration
Public Function ShouldSerializeForeColor() As Boolean
public bool ShouldSerializeForeColor()
See Also