I'm having some issues with Windows charts and the points displayed on the x-axis.
I have two plots of data in a line chart based upon set data points, e.g. 200,400,600,800,1000. I also use a 3rd & 4th series to colour areas depending which line is higher. To do this I've had to add extra points where the two lines intersect. This then throws out the labels on the x axis as the chart automatically labels the points something odd such as:
|
|
|
|
=========================
120......370.....590.....730......850
Is there a way I can explicitly specify the datapoints on the axis that I want to use, other than the min-maximum value function?