In a LineChart in Flex you can set a LineSeries to interpolateValues="true"
what this does is connect missing values so you do not have gaps in your line. But what I would like is for it to insert 0's for the missing fields instead of drawing a direct line to fill the gap.
Is there a way to set it to do that?
Thanks!!