select

Chart / Zooming and Scrolling

Rate this demo: Feedback
Run example in: C# VB.NET
To test the Zooming and Scrolling capabilities on this demo:
  • Zoom to a portion of the chart by dragging and selecting with the mouse a rectangle to set a new scale for the chart. AJAX retrieves the visible "chunk" of the chart that was selected. You can navigate the chart by scrolling and new image "chunks" are requested on-the-fly.
  • You can also use stand-alone scrolling by explicitly setting EnableZoom="false". You can still provide XScale and YScale factor values on the server-side.


Did you know that you can add Telerik Silverlight Charts to your ASP.NET applications?

RadControls for Silverlight

Example Source Code & Description

Instructions
Open in new window
  • The zooming and scrolling feature enables the user to zoom into an area of the chart so the data is shown in greater detail. For performance reasons only the visible image chunk is requested from the server-side. However, the user can scroll into view other parts of the chart data and the requested image chunks are automatically loaded via ASP.NET 2.0 callback requests on the fly.

    The user can perform the zooming / scrolling either manually or programmatically.
Compatible with ASP.NET 2.0, 3.5 AJAX enabled Accessibility Verified!Valid XHTML 1.1! Optimized for Visual Studio 2005, 2008
Copyright 2002-2010 © Telerik. All right reserved  | 
Telerik Inc., 460 Totten Pond Rd, Suite 640, Waltham, MA 02451

www.telerik.com  |  Terms of Use  |  Contact Us