I have a question regarding the implementation of a Time Series chart in Flex. These charts are used for reporting purposes.
Does flex charting do any of interpolation, extrapolation or smoothening of plotted series based on the data? Or the data provided for chart should take care of this. So far what I have observed in Flex is that all points provided are considered for plotting and we could no way control the Line Series. We have data collected with interval in minutes So if we plot a graph for a day then the x-axis should show data on a per hour basis. If the data contains all the points for a week then the above graph should be re-calibrated to days in x-axis Does Flex charting provide this kind of facility? If so how? Any pointers are much appreciated.

