ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Title Class / ShouldSerializeStyle Method

In This Topic
    ShouldSerializeStyle Method
    In This Topic
    Returns false if the Title Style property is in the default state.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeStyle() As System.Boolean
    public System.bool ShouldSerializeStyle()

    Return Value

    Boolean value.
    Remarks
    The default state is to inherit the Style from the C1Chart3D Style property.
    See Also