This question is locked. New answers and comments are not allowed.
Greetings
I have Point Chart Type Graph in WinForms. My client is requiring me to Display range labels for the XAxis, so for instance in the label between tick marks say - 10 to 30, 30 to 50 and so on. In its natural state the graph displays the xvalue, I would need to know the range of data between tick marks in order to provide for a label. Is there a workaround you could suggest?
I really like the Mark Zone approach, as a matter of fact I try this one, and It work really well! My only concern is that the MarkZone Label Displays at the top of the Graph... If I could only manage to display this label right at the bottom (right above the XAxis Line) I could fake the XAxis labels.
Also my client wants me to specify the number of ticks, on the xAxis, and I have not manage to accomplish this - How can I do this, say like have 11 tick marks instead of 5? In addition, My graph for some reason is starting in the xaxis label before zero - even though there is not even xvalues before zero, I try changing XAxis.MinValue but this had not effect.