Zooming & Scrolling in RadChart

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 30 Jul 2008 Link to this post

    Requirements

    RadControls version 2008, Q2
    .NET version 2.0
    Visual Studio version 2008
    programming language C#

     
    PROJECT DESCRIPTION
    This project demonstrates how to implement custom zooming and scrolling of large amounts of data in RadChart.

    For this purpose two additional controls are used:
    A RadSpinEditor, which controls the range (number of currently visible items) in the chart and a RadHScrollbar, which controls the index of the first visible item in the chart.

    For both controls, the ValueChanged event is wired and the chart control is updated according to the current spin editor and scrollbar values.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.