Silverlight Chart Drilldown: Part One
Posted by: ComponentArt WebLogs,
on 11 Nov 2009 |
View original | Bookmarked: 0 time(s)
This blog post will demonstrate how to use the drilldown capability of the Silverlight Chart control. Parts two and three will show how to integrate Chart drilldown with a BreadCrumb control and a RangeSlider control respectively. We will create a bare-bones drilldown chart with three drill levels showing yearly data, monthly data and daily data. Here are the steps that need to be taken:
Define the chart in XAML
In XAML we will define the chart for the top-most drill level....