[]
        
(Showing Draft Content)

C1.Win.C1Chart.PlotArea.ShouldSerializeBackColor

ShouldSerializeBackColor Method

ShouldSerializeBackColor()

Indicates whether the BackColor has a default value.

Declaration
public bool ShouldSerializeBackColor()
Returns
Type Description
bool

True if the BackColor has no default value; otherwise, it is false.

Remarks

The default state is to inherit the BackColor from the ChartArea object.

See Also