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

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

    Return Value

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