Hi there
Is it possible to display VisibleMinimum and VisibleMaximum while the user drags left or right Zoombar slider similar to a feature found in XamDataGrid? Can it be done in xaml without using code behind?
Thank you
Boris
Hi Boris,
Thanks for the correction, I had concentrated on figuring out the binding and must have missed this particular case scenario.
Besides that, I am really glad to hear you are happy with the solution.
Small correction - in VisibleValuesConverter class, Convert method the line that returns formatted value should read like this:
return (axis.ActualMinimumValue + (axis.ActualMaximumValue - axis.ActualMinimumValue) * (double)values[0]).ToString("N2");
Otherwise the calculations are off mark for non Zero-based X Axis
Thank you Petar. It works great now
I am just checking, if you require any further assistance on the matter.
Hello Boris,
This is all due to the assemblies’ specific version, however the new Service Release (20121.2059) is already out (Untitled.png). You can run your platform installer , or go directly to your account page: https://es.infragistics.com/my-account/keys-and-downloads/
Please let me know if you require any further assistance on the matter.