So have a chart with 2 chart areas and 3 series. Top chart area has 2 series. 1st series shows prices over time and 2nd series in top chart area shows earnings per share over the same time
Bottom chart area has 1 series and it shows volume over the same time.
All 3 series have the same amount of points. All 3 series XValueType is set to Date.
When the data is daily stock prices there are gaps on weekend and would like to suppress. So what is supposed to do this is setting IsXValueIndexed to true. If we do that the chart renders, but none of the lines show in either the price chart of the volume chart.
My understanding is for IsXValueIndexed to work each series has to have the same number of points with all having same date at the same point along the X axis. They do.
What else could I be missing?
