Hello people!
I'm using a RadChart, where I create the ChartSeries in VB code.
My X Axis is time, and I'm interpolating values from database. In the interpolation, I can choose the interpolation interval, which defines the precision of my chart. This interpolation time defines the frequency where points will be generated. Example: 10s means, one point generated for every 10s in X axis.
This is working fine.
Now I want to change the interpolation time interval when user uses zoom in the graph. The reason is because with zoom, X axis will be smaller than before, and then, I can have more precision.
I need to interpolate again and generate the ChartSeries again when the zoom is required. Does anyone know how to handle this?
Thanks in advance.
Best regards,
Mario