I would like to set the visible area of a chart along the time axis without having to manually scroll or change the horizontal scale. That is, there would be a button on the chart that when clicked, the visible area would automatically set to predefined start/end dates (assuming these dates are inside the period initially loaded into the chart). Is this possible programmatically? I believe ChartBars' FromIndex and ToIndex are read-only, but is there another way to achieve this?
Thank you.


Comment