Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
CustomControl as the scaling axis in xamDataChart
posted

Hi,

I am trying to insert a User Control in the xamDataChart where the control needs to be displayed along with the xAxis of the chart coctrol as shown in the attached image. This user control is derived from "FrameworkElement" provides a scaling measurement that needs to be present along with the xAxis of the chart. Here our requirement is to make sure that both the chart xAxis and the UserControl needs to be in sync (as shown in the pic) always even when the chart is resized.

Is it possible to place the usercontrol along with the xaxis? or can we replace the xaxis scaling with this user control? 

kindly suggest a way to achieve this or provide a sample which will help to do this.