Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3914
How is InterpolateSimple work if subsequent value is missing data
posted

Hi,

Since NullHandling is not available to all chartTypes I would like to simulate the behavior for other charts by passing in appropriate data.

Regarding this... how is a missing value determined for NullHandling.InterpolateSimple when subsequent value is missing data as well in the following formula

interpolatedValue = (precedingValue / 2) + (subsequentValue / 2)  // this is the formula Infragistics uses to calculate missing data

Thanks

Sangeetha