Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Chart > Zoom Rectangle co-ordinates

Not answered Zoom Rectangle co-ordinates

Feed from this thread
  • Anand avatar

    Posted on Jan 20, 2012 (permalink)

    How co-ordinates of zoom rectangle can be captured for RadChart ?
    Attached files

    Reply

  • Yavor Yavor admin's avatar

    Posted on Jan 24, 2012 (permalink)

    Hello,

    Presently, you can determine the actions of the end user on the zooming and scrolling of the control, by keeping track of the rangeStart/end properties:
    void radChart_DataBound(object sender, ChartDataBoundEventArgs e)
         {
             double minRange = radChart.DefaultView.ChartArea.ZoomScrollSettingsX.RangeStart;
         }

    You can match this against the data of the axis, to determine what data would be rendered in the chart.
    I hope this information gets you started. Let me know if further questions arise.

    Regards,
    Yavor
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Chart > Zoom Rectangle co-ordinates
Related resources for "Zoom Rectangle co-ordinates"

WPF Chart Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]