Gets the number of data elements used to compute the statistics.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public int N { get; }
Visual Basic
Public ReadOnly Property N As Integer
	Get

Remarks

Data holes are excluded from the calculations, so this property may be less than the actual number of data elements.

See Also