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
30
Xamarin.Form Drill Down
posted

Hi

I am using Xamarin.Forms latest version to create IOS/Android application.

I want to create Drill-down charts in my xamarin.forms application

Does Infragistics support Drilldown chart?

If yes, then can i drill-down from any type of chart to any type of chart for e.g Line chart can drill down to bar or pie chart

is there any sample code which I can refer to implement basic drill-down to my xamarin.form application

Parents
  • 28945
    Verified Answer
    Offline posted

    Hello Mayank, 

    Thank you for contacting Infragistics. This might be simpler with a CategorytChart. There is nothing out to the box to achieve this but it is certainly possible to hook the seriesPointerDown event and change the ChartType. But to change the entire chart like to a Pie would be a bit more work as you would need to render a new control. 

Reply Children