FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DView Class / ShouldSerializeBackColor Method

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