Hi,
I have a Pareto chart configured to use sloped text on the x-axis, and it all looks good when I have more than one data point, but when I only have one the label does not show! If I play with the chart.Axis.X.Labels.VerticalAlign and chart.Axis.X.Labels.HorizontalAlign I can see that the label is actuallly drawn, but just not where it should be!
I am using the settings below:
chart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Custom; chart.Axis.X.Labels.OrientationAngle = 30; chart.Axis.X.Labels.VerticalAlign = StringAlignment.Far; chart.Axis.X.Labels.HorizontalAlign = StringAlignment.Near;
Can someone confirm that this is a bug (and hopefully give me a fix), or tell me what I'm doing wrong? I am using version 10.2
Thanks,
Brian
OK, I'll look into upgrading at some point now I know it's fixed.
Thanks Dave.
Hello Brian,
This issue has been resolved as of the latest Service Releases for NetAdvantage for Windows Forms 2012 Volumes 1 and 2.
As I stated previously, the version you are currently using is no longer being maintained, so you will need to upgrade to the latest version in order to have this issue resolved.
Thank you for this information. I was able to reproduce the issue. I noticed you are using a version that is no longer being maintained, so I upgraded your sample to use the latest available version but the issue still occurs.
I have logged the issue with our development team and have created a support case to track the issue. I will follow up on this thread once the issue has been resolved.
Hi Dave,
I am using NetAdvantage 10.2 with Visual Studio 2010. I have attached a sample project as requested.
Could you answer the following questions for me?
If you could provide a sample project, that would be even better. You can attach a file by selecting Options while editing your post.