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

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

    Return Value

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