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

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

    Return Value

    True if the BackColor2 has no default value; otherwise, it is false.
    Remarks
    The default state is to inherit the BackColor2 from the ChartArea object.
    See Also