MeasureStatisticsData Class | 
Namespace: Dundas.BI.WebApi.Models
The MeasureStatisticsData type exposes the following members.
| Name | Description | |
|---|---|---|
| MeasureStatisticsData | 
            Initializes a new instance of the MeasureStatisticsData class.
              | 
| Name | Description | |
|---|---|---|
| Average | 
            Gets the average for the current measure.
              | |
| Count | 
            Gets the cell count for the current measure.
              | |
| DistinctCount | 
            Gets the distinct count for the current measure values.
              | |
| ElementUniqueName | 
            Gets the analysis element  unique name for which the statistics are calculated for.
              (Inherited from ElementStatisticsData.) | |
| FormattedAverage | 
            Gets the formatted average value for the current measure.
              | |
| FormattedMaximum | 
            Gets the formatted maximum value for the current measure.
              | |
| FormattedMedian | 
            Gets the formatted median value for the current measure.
              | |
| FormattedMinimum | 
            Gets the formatted minimum value for the current measure.
              | |
| FormattedModeMax | 
            Gets the formatted maximum mode value for the current measure.
              | |
| FormattedModeMin | 
            Gets the formatted minimum mode value for the current measure.
              | |
| FormattedSmallestNonZero | 
            Gets the formatted smallest non zero value for current measure.
              | |
| FormattedSum | 
            Gets the formatted sum value for the current measure.
              | |
| Maximum | 
            Gets the maximum value for current measure.
              | |
| Median | 
            Gets the median value for the current measure.
              | |
| Minimum | 
            Gets the minimum value for current measure.
              | |
| ModeMax | 
            Gets the maximum mode value for current measure.
              | |
| ModeMin | 
            Gets the minimum mode value for current measure.
              | |
| NullCount | 
            Gets the null count.
              | |
| SmallestNonZero | 
            Gets the smallest non zero value for current measure.
              | |
| Sum | 
            Gets the sum for the current measure.
              |