I need to display some graphs that have x=0 about in the middle. I would like to align the major gridlines accordingly, e.g. that one of those gridline is at exactly x=0, instead of the default where the grid starts at the first data point.
I have already tried all kinds of combinations of setting the following, but I could get the major grid to move.
Graph.ChartAreas[0].AxisX.MajorGrid.IntervalOffset
Graph.ChartAreas[0].AxisX.MajorGrid.IntervalOffsetType
Graph.ChartAreas[0].AxisX.IntervalOffset
Graph.ChartAreas[0].AxisX.IntervalOffsetType
What I currently have:
About what I want (line at x=0, the other lines don’t have to be at specific values):