FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DPlotArea Class / ShouldSerializeForeColor Method

In This Topic
    ShouldSerializeForeColor Method (Chart2DPlotArea)
    In This Topic
    Returns false if the ForeColor property is in the default state. The default state is to inherit the ForeColor from the Chart2DArea object.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeForeColor() As Boolean
    public bool ShouldSerializeForeColor()
    See Also