[]
        
(Showing Draft Content)

C1.Win.C1Chart.Border.ShouldSerializeColor

ShouldSerializeColor Method

ShouldSerializeColor()

Returns false if the Border Color property is in the default state.

Declaration
public bool ShouldSerializeColor()
Returns
Type Description
bool

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

Remarks

The default state is to use Color.Transparent and use the BackColor of the parent Style as the basis for the border color.

See Also