Skip Navigation LinksHome / Community & Support / Code Library / WinForms > Chart > Zooming & Scrolling in RadChart

Not answered Zooming & Scrolling in RadChart

Feed from this thread
  • Posted on Jul 30, 2008 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / WinForms > Chart > Zooming & Scrolling in RadChart