Hi, it would be very usefull to have an initial zoom level. For instance: i build a chart with many records. X-Axis is a datetime. I load 1 month of data. When i build the chart could be usefull to be able to pass start x value and end x value (in my example i could pass (now – 1 day) and now, in this way the final user sees the last day but can scroll in the past or reset zoom to one month).
Another feature that i don’t know if it is already present (from the forum it seems already present but in the documentation there is no information about it) is the cursor. A simple line on the chart that indicates which is the current selected x value. And it would be usefull set this cursor programmatically. For instance: on a grid the user can selecte a particular date and in the chart, automatically, the matching date, in the x axis, is selected.
Thank you,
Carlo