ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DView Class / ShouldSerializeForeColor Method

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

    Return Value

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