Version

Infragistics.Portable.Charts Namespace

Classes
 ClassDescription
ClassCalculatedColumn Represents a column that is calculated based on the values of other columns.
ClassColumnSupportingCalculation Represents a calculation strategy that takes in a column of values and returns a resulting column of values.
ClassDataSourceSupportingCalculation Represents a calculation strategy that uses the calculation data source to product a column of values.
ClassFinancialCalculationDataSource Represents the data contract between a financial series and the decoupled calculation responsibilities which implement its mathmatical logic.
ClassFinancialCalculationSupportingCalculations Represents a contract between the financial series and the calculation strategies detailing the supporting calculation strategies that the financial series will provide in order for the indicator calculations to be performed.
ClassSupportingCalculation<TCalculationStrategy> Represents a supporting calculation strategy.
Delegates
 DelegateDescription
DelegateProvideColumnValuesStrategy A strategy to provide columns for the indicator.
DelegateSupportingCalculationStrategy A strategy for supporting calculations.
See Also