Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Chart > Drill down RadChart

Not answered Drill down RadChart

Feed from this thread
  • Posted on Aug 30, 2007 (permalink)

    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.

  • Posted on Mar 8, 2008 (permalink)

    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

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Chart > Drill down RadChart