filipK
0 comments
2,584 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 by filipK
Posted on Thu Dec 10, 2009 @ 8:05 AM
2,187 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
3,908 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,912 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,283 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,576 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