Drill down RadChart

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

    Posted 30 Aug 2007 Link to this post

    Requirements

    RadControls version
     Web.UI version

    Q1 2007 SP2
    2007_3_1425
    .NET version

    2.0
    Visual Studio version

    2005
    programming language

    C#
    browser support

    all browsers supported by RadControls

    To convert code from posted projects Telerik online converter

     
    PROJECT DESCRIPTION
    This project shows how to create a databound drill-down RadChart. All that is required for a drill-down RadChart is Click event wired. In the event handler you can check args.SeriesItem and according to it provide the detail data source to RadChart and DataBind it.

    This example shows a Bar chart representing the revenue for 3 years in 3 bars. Clicking on a bar a parameter of a second AccessDataSource control is provided with value so RadChart is populated with the data for the selected year.
  2. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 08 Mar 2008 Link to this post

    You can find attached to the initial message an updated version of the project, using RadControls "Prometheus". There are no major changes in the code. Do not forget to add the HTTP Handler in web.config file.
Back to Top

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