Looking for an example of direction on how to add a data string array to the Ultra chart control and then with that data be able to zoom in and out on selected areas.
I can use the Ultra Chart Wizard to setup my chart parameters but what would be the call dynamically to assign a data array to the chart?
Hello Colin,
Thank you for posting in our forums!
You can set the DataSource property of the UltraChart in order to bind your data to it. You can see an example of binding an array to the chart in our documentation here.
For zooming in the chart, please see our documentation on Scrolling and Scaling the chart.
If you need further assistance with this, please let me know.