Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Charting for Silverlight, v1.1 (Read 2934 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 688
Joined: Apr 6th, 2003
Charting for Silverlight, v1.1
Jan 4th, 2013 at 1:43pm
Print Post  
We have released version 1.1 of MindFusion.Charting for Silverlight. It contains the following new features:

Radar and Polar charts

A RadarChart class was added to the chart control. It supports:   

~ unlimited number of RadarSeries
~ 4 types of labels at the inner axis and outer axes
~ label borders
~ customizable sweep angle and sweep direction
~ spiderweb
~ labels for each data series
~ scatters
~ custom labels

Hit testing

The new HitTest method returns a list of ChartElement objects that contain the point specified as argument. The ChartElement is base class for classes that describe elements of the chart:

~ The PiePiece class, which exposes PieceIndex and PieceValue properties that get the value and index of the piece.
~ The Bar class, which exposes Value, BarIndex and SeriesIndex properties that get the data of the bar as well its index and the index of the BarSeries it belongs to.
~ The Line class that exposes Points and SeriesIndex properties that get the data and index of the line.

Visual Effects

The new Effect property lets you apply System.Windows.Media.Effects.DropShadowEffect or System.Windows.Media.Effects.Blur effect to all types of charts.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.

The online demo has been updated with the new features:
http://mindfusion.eu/demos/silverlightchart/index.html

A trial version is available for download here:
https://mindfusion.eu/SilverlightChartTrial.zip

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint