Hi All,
I face problems in XamChart When i change the window-state to Maximized my XAxix label text is cut off,this happen in sample application and my project as well because we use two rows in sample application, in first row we display chart and in second row we display rotate buttons our label text goes behind the second row how can we set Grid.RowSpan="2" for chart only because we have enough space in lower part of XamChart not for legend? and second thing i enabled scroll bar of XamChart but unfortunately this is not displayed when i change the resolution, scroll-bars must be shown because different users have different resolutions. Kindly look into it. For reference in attachment CuttingText image is also attached.
ScrollViewer.HorizontalScrollBarVisibility="Visible" ScrollViewer.VerticalScrollBarVisibility="Visible"
I again attach sample application because in previous attachment data file is missed, and is it possible if the user continues to hold down the mouse button on one of the arrows that it continues to rotate in that direction as quickly as possible without the user having to keep clicking.
Regards
Sufyan
Hello Sufyan,
Thank you for your post. I have been looking into and I modified the sample you have sent, so now when you hold down the mouse over a rotate button the XamChart rotates smoothly. Also I put the XamChart inside a ScrollViewer, so now there are vertical and horizontal scrollbars. As for the RowSpanning, it is not possible to span only the XamChart’s Scene separate from the Legend since they are both part of the XamChart.
Also you if you need to implement any custom scenarios you can contact our Consulting Team. You can read more detailed information regarding this here in our web site: http://es.infragistics.com/consulting/.
Hope this helps you.