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