filipK
0 comments
3,563 views
As my previous blog post mentioned, the sophisticated axis annotation mechanism is one of the most useful features of the Silverlight Chart control released with Web.UI 2009.3 . It allows the programmer to just drop the data into the chart and not worry...
Posted by filipK
Posted on Tue Dec 15, 2009 @ 7:46 AM
2,585 views
One of the most sophisticated and exciting features of the Silverlight Charting control released with Web.UI 2009.3 is the Axis Annotation mechanism that prevents overlapping of long labels. The mechanism consists of an algorithm that selects the best...
Posted on Thu Dec 10, 2009 @ 8:05 AM
2,189 views
As most people reading these blogs are aware by now, the recently released Web.UI 2009.3 , introduces a powerful Silverlight Gauges control. One of the features that makes this control really powerful is the ability to insert additional Silverlight controls...
Posted on Fri Dec 4, 2009 @ 5:59 AM
BJovanovic
4 comments
3,592 views
In my previous blog post, Silverlight Chart Drilldown: Part One , I described the steps necessary to create a drill-down chart using ComponentArt's Silverlight Chart . To navigate backwards to higher levels of drill-down we used a simple button that...
Posted by BJovanovic
Posted on Wed Dec 2, 2009 @ 10:02 PM
3,225 views
We just shipped Web.UI 2009.3, which introduces the Silverlight Charting control. Besides the obvious advantages of client-side rendering and many new look and animation related configurations, the Chart control still offers many of the standard features...
Posted on Mon Nov 23, 2009 @ 1:48 PM
3,909 views
As most people are by now aware, the recently released Web.UI 2009.3, introduces a Silverlight Charting control . Although the main reasons for using the charting control is to visually display the relationship between data, at times this may not be enough...
Posted on Thu Nov 19, 2009 @ 8:02 AM
corey
4,914 views
When using line charts, it is often desirable to further highlight the data-point in context by superimposing a marker on top. In this post, I will illustrate how to easily display data-point markers while utilizing mouse events. Basic Chart Start with...
Posted by corey
Posted on Thu Nov 19, 2009 @ 2:53 AM
1 comments
2,285 views
Often, when you are viewing visual data, it is necessary to highlight and select a data-point to obtain context specific information for more granular analysis. In this post, I will illustrate how to highlight and select a specific data-point with ease...
Posted on Mon Nov 16, 2009 @ 1:23 PM
3,577 views
One of Chart's most powerful features is the ability to define custom templates for data-point popups. In this post, I will cover defining a basic data-point popup, as well as attaching and displaying more complex data. Start Simple Start with a simple...
Posted on Thu Nov 12, 2009 @ 2:40 PM
2 comments
3,453 views
This blog post will demonstrate how to use the drilldown capability of the Silverlight Chart control. Silverlight Chart Drilldown: Part Two and Part Three will show how to integrate Chart drilldown with a BreadCrumb control and a RangeSlider control respectively...
Posted on Wed Nov 11, 2009 @ 12:15 PM