Version 24.2 (latest)

MaxSummaryCalculator Class Methods

For a list of all members of this type, see MaxSummaryCalculator members.

Public Methods
 NameDescription
Public MethodAggregateOverridden. Processes individual items to produce a summary result.  
Public MethodBeginCalculationOverridden. Starts the summary calculation.  
Public MethodEndCalculationOverridden. Ends the summary calculation and returns the result.  
Public MethodGetResultsEnds the calculation and retreives the results. (Inherited from Infragistics.Win.DataVisualization.DataSource.SummaryCalculator)
Public MethodItemAddedOverridden. Notifies when an item is added to the data source so the summary result can be updated.  
Public MethodItemRemovedOverridden. Notifies when an item is removed from the data source so the summary result can be updated.  
Protected Methods
 NameDescription
Protected MethodGetExpectedTypeFromDoubleConverts the double value into the expected type the summary expects. (Inherited from Infragistics.Win.DataVisualization.DataSource.SummaryCalculator)
Protected MethodGetItemAsDoubleGets the property value from an item and casts it to a double. (Inherited from Infragistics.Win.DataVisualization.DataSource.SummaryCalculator)
Protected MethodGetValueAsDoubleGets a value as a double if possible. (Inherited from Infragistics.Win.DataVisualization.DataSource.SummaryCalculator)
See Also