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


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Charting for WinForms, V4.1
May 2nd, 2017 at 8:35am
Print Post  
We have released version 4.1 of MindFusion.Charting for WinForms. It contains the following new features and improvements:

Funnel Chart
Funnel charts are often used to represent the stages of a process and show relative values or measurements associated with each stage. In MindFusion.Charting API, funnel charts can be created using the FunnelChart stand-alone control or a FunnelRenderer instance placed inside a more complex dashboard. FunnelChart inherits from the base Chart class and offers additional customization through its SegmentSpacing and StemWidth properties.


Interactive range selection
  • RangeSelector is a scrollbar-like component that lets users scroll or resize currently visible range of chart's data. BiaxialChart shows a horizontal range selector when its ShowXRangeSelector property is enabled, and a vertical one when ShowYRangeSelector is enabled. Scroll ranges are specified using XScrollRangeMin and XScrollRangeMax properties for the X axis, and YScrollRangeMin and YScrollRangeMax properties for Y axis.
  • With AllowZoom enabled, users can now select axis ranges with the mouse by dragging it over either X or Y axis renderer.



Miscellaneous
  • Data labels on axes can be drawn rotated. To enable that, set the LabelRotationAngle property of AxisRenderer objects, or XAxisLabelRotationAngle and YAxisLabelRotationAngle of BiaxialChart objects.
  • Legends can display all elements of a series instead of series Title values, which is useful for pie and funnel charts. To enable that mode, set the ShowSeriesElements of LegendRenderer to true, and assign the kind of labels to display to the ElementLabelKind property.
  • The Labels property of SimpleSeries lets you change series labels after the instance is created.
  • IFormatProvider CustomFormat property of Axis class lets you set custom formatter for coordinate labels.
  • DateTimeFormat property of Chart and DataBoundsSeries classes let you specify how to format DateTime labels.
  • ShowHighlight and ShowToolTips properties let you disable highlights and tooltips.


Installer for the latest version can be downloaded here, or from the clients area on our site:
https://www.mindfusion.eu/ChartWinForms.zip

Updated assemblies are also available as MindFusion.Charting NuGet package.

Enjoy!
« Last Edit: Jan 9th, 2022 at 1:05pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint