2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Label Class / ShouldSerializeStyle Method

In This Topic
    ShouldSerializeStyle Method (Label)
    In This Topic
    Indicates whether the Style has a default value.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeStyle() As System.Boolean
    public System.bool ShouldSerializeStyle()

    Return Value

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