The zoombar shows as in attached file. It will only become enabled if I change to another Tab and come back to HistoricalDataChart.(attached in file zoombarworkfine). Nothing is changed in the properties or others. Can I force a refresh for the xamDataChart anywhere?
Hello Joan,
I have been looking into your issue and I could not reproduce it. Would you please modify the previous sample I have sent, so that it reproduces the issue. This way I would be able to identify the issue faster and provide you with better support.
Looking forward to hearing from you.
updatelayout() didn't refresh the zoombar as the toggle the tabs. I add it to the
xAxis_PropertyChanged so it will be triggered as the range of xAxis i changed. but the zoombar still shows disabled.
I have been further researching your issue. You can use the UpdateLayout method of xamDataGrid to update the layout. Here is a link to our documentation, where you can find more information about this and other methos of xamDataChart:http://help.infragistics.com/Help/NetAdvantage/WPF/2012.2/CLR4.0/html/InfragisticsWPF4.Controls.Charts.XamDataChart.v12.2~Infragistics.Controls.Charts.XamDataChart_members.html
Please do not hesitate to let me know if you have any further questions on the mater.
seems it's happening because I had a customized crosshair attached to it. Is there a way to enforce refresh the xamdatachart? Attached is the file for customcrosshair.
Thank you for your post! I have been looking into it and could not reproduce your issue. I have created a small sample to test the behavior you are describing. Would you please modify the attached sample with the functionality you are using, so I would be able to reproduce the issue and provide you with better support.