[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.ShouldSerializeForeColor

ShouldSerializeForeColor Method

ShouldSerializeForeColor()

Returns false if the Axis ForeColor property is in the default state.

Declaration
public bool ShouldSerializeForeColor()
Returns
Type Description
bool

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

Remarks

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

See Also