I updated to the latest service release from August 2013, but unfortunately my date labels have now broken. They previously were formatted as "7/07" and "6/26" (month and date only), but now appear as very long and unreadable strings. Attached is a screenshot of how they appear now, and you can see how they were working with the previous release here:
http://linedietapp.com/assets/img/screenshot1.jpg
Unfortunately I also overwrote my previous copies of the IG.dll and IGChart.dll - can you please tell me where I can get a previous release to get unblocked?
Here is the code for setting up my two charts (one for the bars, one for the line overlay):
IGChartView _chart = new IGChartView(shiftedRect); // _chart.RenderingQuality = IGRenderingQuality.IGRenderingQualityHigh; _chart.Theme = ChartThemeHelper.GetCustomChartTheme(); _chart.AutoresizingMask = UIViewAutoresizing.FlexibleHeight | UIViewAutoresizing.FlexibleWidth; _chart.BackgroundColor = UIColor.Clear; _chart.Delegate = new ChartViewDelegate(); _xAxis = new IGCategoryDateTimeXAxis("xAxis"); _xAxis.DisplayType = IGTimeAxisDisplayType.IGTimeAxisDisplayTypeContinuous; _xAxis.Gap = 0.48f; _xAxis.Minimum = DateHelpers.DateTimeToNSDate(dateRangeStart); // new DateTime(2013, 6, 1)); _xAxis.Maximum = DateHelpers.DateTimeToNSDate(dateRangeEnd); // new DateTime(2013, 6, 30));
========
var xAxis = new IGCategoryDateTimeXAxis("xAxis2"); xAxis.DisplayType = IGTimeAxisDisplayType.IGTimeAxisDisplayTypeContinuous; xAxis.Interval = (dateRangeEnd - dateRangeStart).TotalSeconds; xAxis.Minimum = DateHelpers.DateTimeToNSDate(dateRangeStart); xAxis.Maximum = DateHelpers.DateTimeToNSDate(dateRangeEnd);
Thanks for your help!
-roger
Hello All,
The fix for this issue has been resolved and has been included in the latest service release. This service release is now available under your account at the Infragistics Website. To download the service release, log in to ‘Account’ and select ‘Keys & Downloads’. Select the appropriate tab for this product; then the license key. The available service releases (Hot Fixes) should now be listed on the page.
Hi, I´m also interested in the solution to this issue.
How can I know when it gets fixed?
Thanks
I have opened a private case for you and linked it to development issue #150512. This way you will be notified automatically when the dev issue is updated. The case number is CAS-122505-N1G2C6. You will see it located here: https://es.infragistics.com/my-account/support-activity
Let me know if you have any questions regarding this matter.
Hello Roger,
I was able to reproduce your issue and recorded it for our development staff. I am going to have our DevSupport contact you and open a case so you can track the issue and be notified when it is resolved.
As for a rollback, were you on the original RTM builds of the framework files prior to the application of the SR? If you were I can forward your request to the Team Manager to see about how we can get you back to that older build or if there are other options.