Profile Picture

Zoom in Chart does not work for very small total axis range

Posted By joern kunze 6 Years Ago

Zoom in Chart does not work for very small total axis range

Author
Message
joern kunze
Posted 6 Years Ago
View Quick Profile
Junior Member

Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)

Group: Forum Members
Last Active: 3 Months Ago
Posts: 86, Visits: 221

Hi Experts,
I have a Chart with a rather narrow total Y-Range: 
-6.2E-12 ... 2.13E-10
https://www.nevron.com/forum/uploads/images/9b794d14-2094-436b-bec6-3592.jpg
When I use the normal zoom, the zoom is not recognized in the OnDataZoom_EndDrag event:

rangeTotal = oChart.Axis(StandardAxis.PrimaryY).ViewRange;
rangeZoomed = oChart.Axis(StandardAxis.PrimaryY).Scale.RulerRange;

now rangeTotal  and rangeZoomed  have both the same values (Y-Min and Y-Max for the total range).
When the Y-Range is better scaled (lets say from -10 ... 10) there is no problem, the rangeZoomed shows the mouse zoomed coordinates. 
What can I do to make the zoom work even for very small total axis ranges ?

Thanks for your help,
best regards,
Joern



Tags



Similar Topics


Reading This Topic