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

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public bool ShouldSerializeFont()
Visual Basic
Public Function ShouldSerializeFont As Boolean

Return Value

Boolean value.

Remarks

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

See Also