Hi
I am trying to create a simple bar-diagram with the UltraDataChart. However I am having some problems with the labels on the Y-Axis.
The X-Axis represents some int values and the Y-Axis represents som strings. But when it shows more than 10 items every second y-axis label gets removed - even though there is plenty of space to show it. It dosent matter how big the window is, what font size I am using, etc.
I understand that if many items are shown it needs to determine how much to be displayed. But in my case there should be more than enough space.
Do you have any solution/workaround?
(I have attached my test solution and screenshots showing the problem)
Hello Rasmus,
Thank you for posting in our forum.
You need to set the CategoryYAxis Interval property to 1 if you need to display all the labels. More about this property you may find by following the next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=Infragistics4.Win.DataVisualization.UltraDataChart.v15.1~Infragistics.Win.DataVisualization.CategoryYAxis~Interval.html.
I have set this property in your sample and I am sending the sample back to you. Please check the revised sample solution and let me know if you need any additional information.
Thanks :)
It is working now.