Posted 6 February 2018, 3:06 pm EST
Is there an easy way to scale a FlexChart in the same fashion as we were able to do with the old c1Chart.Interaction.Actions?
Forums Home / ComponentOne / WinForms Edition
Posted by: mhamilton on 6 February 2018, 3:06 pm EST
Posted 6 February 2018, 3:06 pm EST
Is there an easy way to scale a FlexChart in the same fashion as we were able to do with the old c1Chart.Interaction.Actions?
Posted 7 February 2018, 5:37 am EST
Hi Michael,
FlexChart for WinForms does not provides anything similar to C1Chart’s Actions as such. However, you should still be able to perform the same by handling the chart’s mouse events.
We have a sample that demonstrates zooming in the chart using this approach (FlexChartExplorer->Zoom).
Meanwhile, I’ve also passed this on as an enhancement request to the concerned team to review.(Internal Tracking Id: 307966)
Regards,
Ankit
Posted 7 February 2018, 1:41 pm EST
Thanks again!