[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics

SeriesStatistics Class

Represents additional information about bound series.

Inheritance
SeriesStatistics
Namespace: GrapeCity.ActiveReports.Rendering.Components.Sparkline
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class SeriesStatistics

Properties

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.

Methods

Name Description
Accumulate(double)

Processes next series value to update statistics.

Extension Methods