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
Grid with fixed Increment
-
- Newbie
- Posts: 8
- Joined: Wed Jun 22, 2005 4:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Daniel,
You should be able to force this by setting labels separation to zero:
However, this doesn't work. This is a known issue (TF02011118) already listed on our defect list to be fixed for future releases.
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;
}
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 8
- Joined: Wed Jun 22, 2005 4:00 am
- Contact:
Grid with fixed Increment
Hi support
We installed Version=2.0.2456.16162
Is that Problem not fixed.... ??
sincerely yours
Daniel
We installed Version=2.0.2456.16162
Is that Problem not fixed.... ??
sincerely yours
Daniel
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Daniel,
No, this issue hasn't been fixed yet. I've increased its priority so that it is considered sooner.
No, this issue hasn't been fixed yet. I've increased its priority so that it is considered sooner.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |