ComponentOne Chart for .NET (2.0) Search HelpCentral 

StatisticalData.N Property

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

[Visual Basic]

Public ReadOnly Property N As Integer

[C#]

public int N {get;}

[Delphi]

public property N: Int32 read get_N;

Remarks

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

See Also

StatisticalData Class | StatisticalData Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.