[]
        
(Showing Draft Content)

C1.Win.C1Chart.Style.ShouldSerializeForeColor

ShouldSerializeForeColor Method

ShouldSerializeForeColor()

Returns false if the Style 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 style of the parent object.

See Also