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

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

    Return Value

    Boolean.
    Remarks
    The default state is to use Color.Transparent and use the BackColor of the parent Style as the basis for the border color.
    See Also