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


Rock and Roll

Posts: 688
Joined: Apr 6th, 2003
Charting for WPF, v1.7
Dec 14th, 2012 at 12:06pm
Print Post  
We have released version 1.7 of MindFusion.Charting for WPF. It contains the following new features:

Radar and Polar charts
A brand new type of charts has been added - the radar chart control. It supports:

~ unlimited number of data series
~ 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
MindFusion.Charting for WPF supports hit testing. Use the HitTest method, which returns a  list of ChartElement objects that contain the specified point. Each chart element  has properties that help you identify the data that it represents:

~ PiePiece.PieceIndex and PiePiece.PieceValue get the index of the data this piece represents in the Data for the PieSeries as well its value.
~ Bar.BarIndex and Bar.SeriesIndex get the index of the bar in the series and the index of the series in the Series collection. The Value property gets the value for the bar.
~ Line.SeriesIndex gives you the index of the Line in the Series collection. DataPoints gives you the data for this Line as provided by the user.

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

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

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