tags:

views:

56

answers:

0

Hi!

I use a MS Chart fo .Net 3.5 sp1 in my project.

I want to show charts that always have fixed x axis labels no matter if there exists a value for that point or not.

For example I want the values 1,2,3, 4 and 5 always visible on x axis even if the data series visible consists of points eg. (1,3), (2,2) and (5,4) - so 3 and 4 are missing.

Thanks in advance.