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


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Charting for WPF, v1.4
May 16th, 2012 at 5:58pm
Print Post  
We have released version 1.4 of MindFusion.Charting for WPF. It contains the following new features:

Interactive data modification
Users can drag data points in line charts or the top of a bar in bar charts to change the data value. This is done by setting the Behavior property to Behavior.AllowXDrag or Behavior.AllowYDrag. The Behavior enumeration now allows bitwise combination and you can enable dragging along both X and Y axis.

Second X-axis
The X2AxisSettings allows you to define a second X-axis. Data for series that are bound to X2 is set with X2Data. X2Labels sets custom labels for the X2-axis. Data binding is available through the X2DataPath and X2LabelPath properties.

Miscellaneous
~ Data binding properties for the second Y-axis are available: Y2DataPath and Y2LabelPath.
~ Chart series can have dashed strokes or outlines with the StrokeDashArray, StrokeDashCap, StrokeDashOffset, StrokeEndLineCap, StrokeLineJoin, StrokeMiterLimit and StrokeStartLineCap properties.
~ The new LabelStroke property sets the brush for drawing labels at chart axes. The TitleStroke defines the brush for drawing the title label. TitleRotationAngle defines the rotation angle of the title label in horizontal axes.

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