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.
Hello Mekoloko,
Thank you for your reply. I am very glad that you have managed to solve the issue that you were having. Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi!!
I have achieved my goal, my unique problem now is the YAxis labels. I want to stablish an interval but it seems not to deploy the numbers I want, I will try with some custom tickmarks. Thank you
I am just checking if you require any further assistance on the matter.
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.
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...