Hello,
My application displays the change of some value in a sequence of processes.Duration of processes is reflected with the numeric X-Value and a custom tick marks display when the process starts and stops.Some processes take very short time so the standard labels would overlap each other.I've implemented custom labels in order to prevent the labels overlapping - some labels are "bypassed" with the value set to empty string.
The implementation has worked with the NetAdwantage for WPF ver. 12.Seems like in the ver. 13 all ContentContols in the HorizontalAxisLabelPannel have the same width even if the content length is different or even if the content is empty. The longer content is cropped.
Please take a look for the label "6.11111" in the supplied example.
Any help is greatly appreciated.
Regards
Bonitz
Hello Bonitz,
Thank you for your feedback. I believe that other community members may benefit from this as well.
Thanks again.
Hello Stefan,
sorry for the late answer and thank you for the reply
RegardsBonitz
I have been looking into the screenshots and I can say that the behavior is expected since the label is centered below the tick mark and it cannot exceed the space between the tick marks before and after it. If half of the label can be shown on the smaller side between the tick marks then the whole label will be displayed. I can suggest you set a Tooltip for the TextBlock in order to be able to see the whole text when there isn’t enough space.
Hope this helps you.
thank you for the reply.You' re right, i could not reproduce needed behavior with the Version 12.1., but eventually you could be able to find a solution for the problem.Please see attached file: is shows what i get actually and what i want to achieve.
With best regards.Bonitz
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.