[]
        
(Showing Draft Content)

C1.Win.C1Chart.StatisticalData.IsHole

StatisticalData.IsHole Delegate

The delegate for data hole test.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public delegate bool StatisticalData.IsHole(double x)
Parameters
Type Name Description
double x

The number for test.

Returns
Type Description
bool

Constructors

Name Description
IsHole(object, IntPtr)

Methods

Name Description
BeginInvoke(double, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(double)