Problem with TBoxSeries
Posted: Mon Sep 20, 2004 12:16 pm
Hi,
Problem 1
If the TBoxSerie only has one value, then the box should be shrinken and only the median should be showed, or? If I have this outcome a complete box will be drawn. Does anyone know how to solve this problem?
Problem 2
This problem may be stupid but I haven´t completely understood how the XLabel system works, here it goes. If I want to create a chart with X different TBoxSeries in it, then I add one serie at a time to the Chart, increasing the position with one unit. But here comes my problem if I want to set the XLabels. Say for example that I want to add two TBoxSeries. Then if I set Serie1.XLabel[0]:='test1', Serie1.XLabel[1]:='test2', and with Serie2.XLabel[0]:='test1',Serie2.XLabel[1]:='test2'.
If I do this then I get double labels, on each label, but if I just define Serie1.XLabel[0]:='test1' and Series2.XLabel[1]:='test2', this does the trick in some cases. But sometimes it fails, and one label is left blank. I´ve stepped this and confirmed that the label text is inputed correctly. Does anyone know how to solve this problem? I think I´m missing something fundamental here.
Best Regards,
Johan Ingemansson
Problem 1
If the TBoxSerie only has one value, then the box should be shrinken and only the median should be showed, or? If I have this outcome a complete box will be drawn. Does anyone know how to solve this problem?
Problem 2
This problem may be stupid but I haven´t completely understood how the XLabel system works, here it goes. If I want to create a chart with X different TBoxSeries in it, then I add one serie at a time to the Chart, increasing the position with one unit. But here comes my problem if I want to set the XLabels. Say for example that I want to add two TBoxSeries. Then if I set Serie1.XLabel[0]:='test1', Serie1.XLabel[1]:='test2', and with Serie2.XLabel[0]:='test1',Serie2.XLabel[1]:='test2'.
If I do this then I get double labels, on each label, but if I just define Serie1.XLabel[0]:='test1' and Series2.XLabel[1]:='test2', this does the trick in some cases. But sometimes it fails, and one label is left blank. I´ve stepped this and confirmed that the label text is inputed correctly. Does anyone know how to solve this problem? I think I´m missing something fundamental here.
Best Regards,
Johan Ingemansson