Returns the value field of the financial series with the specified reduction value.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected double GetReductionValueForSeriesValue(
	FinancialSeriesValue seriesValue
)
Visual Basic (Declaration)
Protected Function GetReductionValueForSeriesValue ( _
	seriesValue As FinancialSeriesValue _
) As Double
Visual C++
protected:
double GetReductionValueForSeriesValue(
	FinancialSeriesValue^ seriesValue
)

See Also