charts - Flex LineSeries interpolateValues as ZERO? -


In a line chart in Flex, you set a LineSeries set for interpolateValues ​​= "true" What this does is connects to unavailable values, so there is no lag in your line but what I want to do is to insert 0 for missing areas instead of drawing the straight line to fill the gap.

Is there any way to set this up?

Thank you!

I do not think you can infiltrate among each other, maybe the data point may be I think a quick function on your dataprovider can fill the gap with 0s, and then you do not have to mess with the interpolation.


Comments

Popular posts from this blog

Indexing in SQL -

objective c - iPhone and it's wireless area -

multithreading - Do lock objects in Java need to be static? -