Uneven (custom) intervals on chart

Relentless

New Member
This is what I currently have:
NGODs.jpg
What I need, is to have the following uneven intervals (vertical lines & x-axis labels):\[code\]1) 1 (i.e. must not cross at 0)2) 1.53) 2.54) 3.55) 4\[/code\]Is there any way to do this? Even if it's a kludge with an extra series or something - although I'm hoping it's something to do with IntervalOffset, but I can't get it to do what I want.Currently, I just have:\[code\]chartarea.AxisX.Maximum = 4;chartarea.AxisX.Minimum = 1;chartarea.AxisX.Interval = 1;\[/code\]
 
Back
Top