[]
        
(Showing Draft Content)

C1.Win.C1Chart.Area.ShouldSerializeStyle

ShouldSerializeStyle Method

ShouldSerializeStyle()

Returns false if the ChartArea Style property is in the default state.

Declaration
public bool ShouldSerializeStyle()
Returns
Type Description
bool

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

Remarks

The default state is to inherit the style from the parent C1Chart object.

See Also