Page 1 of 1

Grid with fixed Increment

Posted: Wed Aug 23, 2006 1:23 pm
by 9637326
Hi

I've set the Axes.Bottom.Increment = 10.
If the window gets to small, not every grid line is visible. It looks then like Increment would be 20...

But i need to see the grid with increment 10, even if the grid gets very small.

Is there a way to that ??

sincerely yours
Daniel

Posted: Wed Aug 23, 2006 1:39 pm
by narcis
Hi Daniel,

You should be able to force this by setting labels separation to zero:

Code: Select all

    private void Form1_Load(object sender, EventArgs e)
    {
      line1.FillSampleValues(200);

      tChart1.Axes.Bottom.Increment = 10;
      tChart1.Axes.Bottom.Labels.Separation = 0;
    }
However, this doesn't work. This is a known issue (TF02011118) already listed on our defect list to be fixed for future releases.

Grid with fixed Increment

Posted: Mon Sep 25, 2006 6:55 am
by 9637326
Hi support

We installed Version=2.0.2456.16162

Is that Problem not fixed.... ??

sincerely yours
Daniel

Posted: Mon Sep 25, 2006 8:11 am
by narcis
Hi Daniel,

No, this issue hasn't been fixed yet. I've increased its priority so that it is considered sooner.