2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / StatisticalData Class / N Property

In This Topic
    N Property
    In This Topic
    Gets the number of data elements used to compute the statistics.
    Syntax
    'Declaration
     
    Public ReadOnly Property N As System.Integer
    public System.int N {get;}
    Remarks
    Data holes are excluded from the calculations, so this property may be less than the actual number of data elements.
    See Also