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

In This Topic
    IsHole Method (ChartDataSeries)
    In This Topic
    Returns true whenever the passed value will be interpreted as a data hole.
    Syntax
    'Declaration
     
    Public Function IsHole( _
       ByVal x As System.Double _
    ) As System.Boolean
    public System.bool IsHole( 
       System.double x
    )

    Parameters

    x
    Remarks
    This method returns the identical value of the same method of the parent ChartData object.
    See Also