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

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

    Return Value

    Boolean.
    Remarks
    The default state is to inherit the ForeColor from the ChartArea object.
    See Also