Hello,
I have a chart with a line serie, I would like to display the xAxis values range according to the selected area in the zoombar. When my user zooms a period of time on Y Axe the zoom works correctly for the YAxis, but I would like to adjust the XAxis value Range to the data displayed on the zoomed area. Is it possible? By the way, even if I perform a zoom In or out on my chart window, the X axis values don't change.
I answer myself with a little progress on my own... I have achieved to get the Y values of the part of the chart zoomed. Now I need to stablish the max and min values in the Y axis to zoom in a more accurate way.
More or less I need something like this:
xmDataChart.Axes[0].MinimumValue
xmDataChart.Axes[0].MaximumValue
Once those values are introduced, I would like the chart to be the zoomed with this range in YAxis
My problem... I am not able to find any way to do this...
Hi, is this with categoryXAxis? You could decrease the Interval value as you zoom in to cause more labels to show. The chart already does some automatic interval adjustments, but you can adjust this yourself, if you want.