Returns false if the Title Style 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 ShouldSerializeStyle()
Visual Basic
Public Function ShouldSerializeStyle As Boolean

Return Value

Boolean value.

Remarks

The default state is to inherit the Style from the C1Chart3D Style property.

See Also