The MindFusion Forums
Gauge and Chart Components >> Windows Forms >> Version 4.1 beta
https://mindfusion.eu/Forum/YaBB.pl?num=1489755219

Message started by Slavcho on Mar 17th, 2017 at 12:53pm

Title: Version 4.1 beta
Post by Slavcho on Mar 17th, 2017 at 12:53pm
Version 4.1 of MindFusion.Charting for Windows Forms includes the following new features -

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 BottomWidth 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.


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;
~ SimpleSeries.Labels property 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;
~ With AllowZoom enabled, users can now select axis ranges with the mouse by dragging it over either X or Y axis renderer;

If anyone is interested in trying the beta version, please download this archive containing updated assemblies -
https://mindfusion.eu/_beta/chart.winforms.41.zip

Any comments, questions and general feedback are welcome.

The MindFusion Forums » Powered by YaBB 2.6.11!
YaBB Forum Software © 2000-2024. All Rights Reserved.