[]
Represents additional information about bound series.
public sealed class SeriesStatistics
| Name | Description |
|---|---|
| Count | Gets the count of series values. |
| Max | Gets the maximum value. |
| Min | Gets the minimum value. |
| Sum | Gets the sum of values. |
| Name | Description |
|---|---|
| Accumulate(double) | Processes next series value to update statistics. |