I recently posted about x-axis scalnig and the solution was to remove this line:
this.chart1.PlotArea.XAxis.DataLabelsColumn = "ObservationDateOADate";
that worked. however, a new problem was introduced. While the data series can have multiple points, the filters may only allow one point to be show sometimes-per user request. When that occurs, the x-axis resets and only a single vertical line appears at one of the dates. The dates are not even correct. Attached is a sample. Please disregard the watermark in the middle of the page as it is from another process and is not impacting the chart itself.
The data point is supposed to 7/31/11, 48.13.
any ideas?
this.chart1.PlotArea.XAxis.DataLabelsColumn = "ObservationDateOADate";
that worked. however, a new problem was introduced. While the data series can have multiple points, the filters may only allow one point to be show sometimes-per user request. When that occurs, the x-axis resets and only a single vertical line appears at one of the dates. The dates are not even correct. Attached is a sample. Please disregard the watermark in the middle of the page as it is from another process and is not impacting the chart itself.
The data point is supposed to 7/31/11, 48.13.
any ideas?