For bottom axis longer than 20ms label increment 5ms is ok. But for asix shorter than 20ms label increment 2 ms would be better. Unfortunately teechart shows only one label on the right side of the axis.
For asix shorter than 11ms label increment 1 ms would be better. Unfortunately teechart also shows only one label on the right side of the axis.
Thanks for any help you can give.
Jarek
Problem with the bottom axis if its length is less than 20ms
Problem with the bottom axis if its length is less than 20ms
- Attachments
-
- TeeChart20ms.zip
- Test project
- (16.36 KiB) Downloaded 292 times
Re: Problem with the bottom axis if its length is less than 20ms
Hi,
I could reproduce the problem with your application so I've added it to the wish list to be revised for next releases (TV52016677).
Note if you resize the chart to less than 518 pixels width, the labels are correctly displayed: Note I've added this to see the chart size:
So there seems to be a number of variables here affecting this.
I could reproduce the problem with your application so I've added it to the wish list to be revised for next releases (TV52016677).
Note if you resize the chart to less than 518 pixels width, the labels are correctly displayed: Note I've added this to see the chart size:
Code: Select all
void __fastcall TForm1::Chart1Resize(TObject *Sender)
{
Caption = "Chart size: " + IntToStr(Chart1->Width) + "x" + IntToStr(Chart1->Height);
}
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |