[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.ShouldSerializeFont

ShouldSerializeFont Method

ShouldSerializeFont()

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

Declaration
public bool ShouldSerializeFont()
Returns
Type Description
bool

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

Remarks

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

See Also