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