{"id":1504,"date":"2016-05-20T14:08:08","date_gmt":"2016-05-20T14:08:08","guid":{"rendered":"http:\/\/mindfusion.eu\/blog\/?p=1504"},"modified":"2021-01-20T17:31:29","modified_gmt":"2021-01-20T17:31:29","slug":"mindfusion-winforms-pack-2016-r2","status":"publish","type":"post","link":"https:\/\/mindfusion.dev\/blog\/mindfusion-winforms-pack-2016-r2\/","title":{"rendered":"MindFusion.WinForms Pack, 2016.R2"},"content":{"rendered":"<p>MindFusion suite of WinForms controls has just been released and boasts a variety of new features to make you build WinForms applications faster and easier. Here is a review of the new version:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1474\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/03\/Chart-16x16.png\" alt=\"MindFusion Chart Control\" width=\"16\" height=\"16\" \/> <strong>MindFusion.Charting<\/strong><\/p>\n<p><strong>New data model<\/strong><\/p>\n<p>Data that should be drawn in charts is read through an interface called <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Series.htm\">Series<\/a>, whose instances can be assigned to the <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_WinForms_BarChart_Series_0.htm\">Series<\/a> properties of <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_WinForms_Chart_1.htm\">Chart<\/a> and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_SeriesRenderer.htm\">SeriesRenderer<\/a> classes. You can implement this interface in your own model classes to avoid duplicating data. The library includes several pre-defined series classes that let you specify data via IList or array objects.<\/p>\n<div id=\"attachment_1509\" style=\"width: 1043px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1509\" class=\"size-full wp-image-1509\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/multiple-series-single-plot.png\" alt=\"Different series types in a single plot\" width=\"1033\" height=\"522\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/multiple-series-single-plot.png 1033w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/multiple-series-single-plot-300x152.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/multiple-series-single-plot-768x388.png 768w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/multiple-series-single-plot-1024x517.png 1024w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/multiple-series-single-plot-500x253.png 500w\" sizes=\"auto, (max-width: 1033px) 100vw, 1033px\" \/><p id=\"caption-attachment-1509\" class=\"wp-caption-text\">The new data model allows adding different series types to a single plot<\/p><\/div>\n<p><strong>New rendering model<\/strong><\/p>\n<p>Chart graphics are drawn inside <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Plot.htm\">Plot<\/a> components by <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_SeriesRenderer.htm\">SeriesRenderer<\/a>-derived objects. Each plot can contain multiple series renderers from same or different types. For example, you can draw area, line and bar graphics in same plot by adding <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_AreaRenderer.htm\">AreaRenderer<\/a>, <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_LineRenderer.htm\">LineRenderer<\/a> and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_BarRenderer.htm\">BarRenderer<\/a> objects to its <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_Plot_SeriesRenderers_0.htm\">SeriesRenderers<\/a> collection. Chart controls automatically generate a series renderer of appropriate type for their <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_WinForms_LineChart_Series_0.htm\">Series<\/a>.<\/p>\n<p><strong>Dashboard<\/strong><\/p>\n<p>The <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_WinForms_Dashboard.htm\">Dashboard<\/a> control can contain multiple plots, axes, legends, images, gauges and text blocks arranged in dynamic layout. Individual components can be added to dashboard&#8217;s default <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_WinForms_Dashboard_RootPanel_0.htm\">RootPanel<\/a> or <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_WinForms_Dashboard_LayoutPanel_0.htm\">LayoutPanel<\/a> containers, or for more complex layouts add intermediary panels such as <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Components_GridPanel.htm\">GridPanel<\/a> and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Components_StackPanel.htm\">StackPanel<\/a> to the default ones. To show different types of chart graphics, add <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Plot2D.htm\">Plot2D<\/a> to draw in 2D Cartesian coordinate system, <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Plot3D.htm\">Plot3D<\/a> for 3D Cartesian system, and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_PolarPlot.htm\">PolarPlot<\/a> for polar coordinate system. To draw horizontal or vertical axes, add respectively <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_XAxisRenderer.htm\">XAxisRenderer<\/a> and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_YAxisRenderer.htm\">YAxisRenderer<\/a> objects. To show gauges, add <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Gauges_LinearGaugeRenderer.htm\">LinearGaugeRenderer<\/a> or <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Gauges_OvalGaugeRenderer.htm\">OvalGaugeRenderer<\/a>, whose <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_Gauges_LinearGaugeRenderer_Gauge_0.htm\">Gauge<\/a> property contains the gauge model definition.<\/p>\n<div id=\"attachment_1485\" style=\"width: 911px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1485\" class=\"size-full wp-image-1485\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/03\/winforms-dashboard.png\" alt=\"The new WinForms Chart has a built-in dashboard control.\" width=\"901\" height=\"594\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/03\/winforms-dashboard.png 901w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/03\/winforms-dashboard-300x198.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/03\/winforms-dashboard-768x506.png 768w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/03\/winforms-dashboard-455x300.png 455w\" sizes=\"auto, (max-width: 901px) 100vw, 901px\" \/><p id=\"caption-attachment-1485\" class=\"wp-caption-text\">The new WinForms Chart has a built-in dashboard control.<\/p><\/div>\n<p><strong>Print and export<\/strong><\/p>\n<p>The <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_WinForms_Dashboard.htm\">Dashboard<\/a> control and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_WinForms_Chart_1.htm\">Chart<\/a> controls that derive from it expose <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?O_T_MindFusion_Charting_WinForms_Dashboard_Print.htm\">Print<\/a> and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?O_T_MindFusion_Charting_WinForms_Dashboard_PrintPreview.htm\">PrintPreview<\/a> methods for printing on paper. Call the <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?O_T_MindFusion_Charting_WinForms_Dashboard_ExportImage.htm\">ExportImage<\/a> and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?O_T_MindFusion_Charting_WinForms_Dashboard_CreateImage.htm\">CreateImage<\/a> methods to generate bitmap image of the dashboard. The <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?O_T_MindFusion_Charting_WinForms_Dashboard_ExportPdf.htm\">ExportPdf<\/a> method exports the chart to a PDF (Portable Document Format) file. The <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?O_T_MindFusion_Charting_WinForms_Dashboard_ExportSvg.htm\">ExportSvg<\/a> method exports the chart to an SVG (Scalable Vector Graphics) file.<\/p>\n<p><strong>Styling<\/strong><\/p>\n<p>Values of appearance properties can come from several places in the component hierarchy. <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_SeriesRenderer.htm\">SeriesRenderer<\/a>-derived objects can use attributes from their local <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_SeriesRenderer_SeriesStyle_0.htm\">SeriesStyle<\/a>, from plot&#8217;s <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Charting_Plot_SeriesStyle_0.htm\">SeriesStyle<\/a>, or from the *Series properties in current <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Theme_0.htm\">Theme<\/a>. <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Charting_Components_Component.htm\">Component<\/a> classes use either their local properties or ones defined in the theme. By default, appearance properties in SeriesRenderer &gt; and Component &gt; classes have null values, which makes the drawing code use values from the theme.<\/p>\n<div id=\"attachment_1510\" style=\"width: 770px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1510\" class=\"size-full wp-image-1510\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-chart-styling.png\" alt=\"A rich choice of styling options are available\" width=\"760\" height=\"527\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-chart-styling.png 760w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-chart-styling-300x208.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-chart-styling-433x300.png 433w\" sizes=\"auto, (max-width: 760px) 100vw, 760px\" \/><p id=\"caption-attachment-1510\" class=\"wp-caption-text\">A rich choice of styling options are available<\/p><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-101\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2013\/03\/diagram16x16.png\" alt=\"MindFusion WebForms Diagrammer\" width=\"16\" height=\"16\" \/> <strong>MindFusion.Diagramming<\/strong><\/p>\n<p><strong>Free-form nodes<\/strong><\/p>\n<p>A <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Diagramming_FreeFormNode.htm\">FreeFormNode<\/a> collects all points from users&#8217; mouse or touch input and displays them as node&#8217;s outline. To let users draw free-form nodes interactively, set <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Diagramming_WinForms_DiagramView_Behavior_0.htm\">Behavior<\/a> to <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Diagramming_Behavior.htm\">DrawFreeForms<\/a> or LinkFreeForms. Use the <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Diagramming_FreeFormNode_Points_0.htm\">Points<\/a> property of FreeFormNode to get or set outline points programmatically. If the <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Diagramming_FreeFormNode_Closed_0.htm\">Closed<\/a> property is set, the node is drawn as a closed shape and its interior filled, or otherwise the node is drawn as a poly-line. If the distance between first and last points drawn by user is shorter than <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Diagramming_Diagram_AutoCloseDistance_0.htm\">AutoCloseDistance<\/a>, the node&#8217;s Closed property is automatically set to true.<\/p>\n<div id=\"attachment_1511\" style=\"width: 606px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1511\" class=\"size-full wp-image-1511\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/free-form-nodes.png\" alt=\"Free form nodes are drawn with the mouse\" width=\"596\" height=\"326\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/free-form-nodes.png 596w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/free-form-nodes-300x164.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/free-form-nodes-500x273.png 500w\" sizes=\"auto, (max-width: 596px) 100vw, 596px\" \/><p id=\"caption-attachment-1511\" class=\"wp-caption-text\">Free form nodes: just draw the node with the mouse and the control understands the shape you want<\/p><\/div>\n<p><strong>LinkLabel edit events<\/strong><\/p>\n<p><a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?E_MindFusion_Diagramming_DiagramBase_LinkTextEditing.htm\">LinkTextEditing<\/a> and <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?E_MindFusion_Diagramming_DiagramBase_LinkTextEdited.htm\">LinkTextEdited<\/a> events are now raised also when the user edits a <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Diagramming_LinkLabel.htm\">LinkLabel<\/a>. The <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Diagramming_LinkValidationEventArgs_Label_0.htm\">Label<\/a> property of the respective event-arguments class identifies the LinkLabel that is being edited. <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Diagramming_EditLinkTextEventArgs_Label_0.htm\">Label<\/a> is a null reference if the user is editing link&#8217;s <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Diagramming_DiagramLink_Text_0.htm\">Text<\/a> value.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1506\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/keyboard16x16.png\" alt=\"keyboard16x16\" width=\"16\" height=\"16\" \/><strong>MindFusion Virtual Keyboard<\/strong><\/p>\n<p>MindFusion Virtual Keyboard has been initially added to MindFusion Pack for WinForms.<\/p>\n<div id=\"attachment_1512\" style=\"width: 890px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1512\" class=\"size-full wp-image-1512\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-virtual-keyboard.png\" alt=\"The WinForms virtual keyboard control: extended layout \" width=\"880\" height=\"267\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-virtual-keyboard.png 880w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-virtual-keyboard-300x91.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-virtual-keyboard-768x233.png 768w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-virtual-keyboard-500x152.png 500w\" sizes=\"auto, (max-width: 880px) 100vw, 880px\" \/><p id=\"caption-attachment-1512\" class=\"wp-caption-text\">The WinForms virtual keyboard control: extended layout<\/p><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-103\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2013\/03\/Report-16x16.png\" alt=\"WPF Reporting Tool\" width=\"16\" height=\"16\" \/><strong>MindFusion.Reporting<\/strong><\/p>\n<p><strong>Improved charts<\/strong><br \/>\nMindFusion.Reporting now uses the new MindFusion charting engine to display charts in reports. The presentation of the charts has been greatly improved (particularly when resizing the charts).<\/p>\n<div id=\"attachment_1513\" style=\"width: 1376px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1513\" class=\"size-full wp-image-1513\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-report-pie-charts.png\" alt=\"Pie charts in a WinForms report\" width=\"1366\" height=\"726\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-report-pie-charts.png 1366w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-report-pie-charts-300x159.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-report-pie-charts-768x408.png 768w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-report-pie-charts-1024x544.png 1024w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-report-pie-charts-500x266.png 500w\" sizes=\"auto, (max-width: 1366px) 100vw, 1366px\" \/><p id=\"caption-attachment-1513\" class=\"wp-caption-text\">Pie charts in a WinForms report<\/p><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-680\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2014\/02\/Spreadsheet-16x16.png\" alt=\"Spreadsheet-16x16\" width=\"16\" height=\"16\" \/><strong>MindFusion.Spreadsheet<\/strong><\/p>\n<p><strong>New and improved charts<\/strong><br \/>\nMindFusion.Spreadsheet now uses the new MindFusion charting engine to display charts in worksheets. Along with the improved appearance (particularly when resizing the charts), the following new features have been added:<\/p>\n<ul>\n<li>New <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?T_MindFusion_Spreadsheet_Charts_ChartType.htm\">Candlestick<\/a> chart type;<\/li>\n<li>New BarOverlayed and ColumnOverlayed chart types;<\/li>\n<li>Several new legend position types;<\/li>\n<\/ul>\n<p><strong>Zoom<\/strong><br \/>\nThe worksheets can now be zoomed in and out through the new <a href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/winformspack\/index.htm?P_MindFusion_Spreadsheet_Worksheet_Zoom_0.htm\">Zoom<\/a> property.<\/p>\n<div id=\"attachment_1514\" style=\"width: 995px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1514\" class=\"size-full wp-image-1514\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-spreadsheet-charts.png\" alt=\"Charts in a spreadsheet\" width=\"985\" height=\"616\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-spreadsheet-charts.png 985w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-spreadsheet-charts-300x188.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-spreadsheet-charts-768x480.png 768w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/05\/winforms-spreadsheet-charts-480x300.png 480w\" sizes=\"auto, (max-width: 985px) 100vw, 985px\" \/><p id=\"caption-attachment-1514\" class=\"wp-caption-text\">The new chart engine makes spreadsheets even more appealing<\/p><\/div>\n<p>MindFusion clients can download the installer for the latest version from the <a href=\"http:\/\/clientsarea.eu\/\" target=\"_blank\" rel=\"noopener noreferrer\">clients area<\/a> on MindFusion website.<\/p>\n<p>A direct link to download the WinForms pack is available from here:<\/p>\n<p><a href=\"https:\/\/www.mindfusion.dev\/WinFormsTrial.zip\" target=\"_blank\" rel=\"noopener noreferrer\">Download MindFusion WinForms Pack 2016.R2<\/a><\/p>\n<p>Updated assemblies are also available as <a href=\"https:\/\/www.nuget.org\/packages\/MindFusion.Pack\/\" target=\"_blank\" rel=\"noopener noreferrer\">MindFusion.Pack<\/a> NuGet package.<\/p>\n<p><em>About MindFusion.WinForms Pack:<\/em> A rich set of programming components that provide WinForms developers with the complete list of features to build even the most complicated business applications fast and easy. The components integrate seamlessly and provide with a mouse click functionality that takes months to develop. Each control boasts various samples and tutorials, extensive documentation and numerous customization options that make it suitable for every type of software and scenario.<\/p>\n<p>Further details about each component in the pack are available from MindFusion website:<\/p>\n<ul>\n<li><a href=\"http:\/\/mindfusion.dev\/spreadsheet-winforms.html\">Spreadsheet for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/winforms-chart.html\">Charting for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/winforms-map.html\">Mapping for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/gauges-winforms-pack.html\">Gauges for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/flowchart-net.html\">Diagramming for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/planner.html\">Scheduling for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/reporting.html\">Reporting for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/spreadsheet-winforms.html\">Spreadsheet for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/virtual-keyboard-winforms.html\">Virtual Keyboard for WinForms<\/a><\/li>\n<li><a href=\"http:\/\/mindfusion.dev\/winforms-ui-dock-control.html\">UI Controls<\/a><\/li>\n<\/ul>\n<p>Use <a href=\"http:\/\/mindfusion.dev\/buy-winforms-pack.html\">this link<\/a> to buy a license online. All components are royalty-free.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MindFusion suite of WinForms controls has just been released and boasts a variety of new features to make you build WinForms applications faster and easier. Here is a review of the new version: MindFusion.Charting New data model Data that should &hellip; <a href=\"https:\/\/mindfusion.dev\/blog\/mindfusion-winforms-pack-2016-r2\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[61,95,2,107,163],"tags":[70,337,295,3,71,164,29],"class_list":["post-1504","post","type-post","status-publish","format-standard","hentry","category-charting-2","category-diagramming-2","category-product-releases","category-reporting-2","category-spreadsheet","tag-chart","tag-controls","tag-dashboard","tag-diagram","tag-report","tag-spreadsheet-2","tag-winforms"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p3RlKs-og","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts\/1504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/comments?post=1504"}],"version-history":[{"count":4,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts\/1504\/revisions"}],"predecessor-version":[{"id":2586,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts\/1504\/revisions\/2586"}],"wp:attachment":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/media?parent=1504"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/categories?post=1504"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/tags?post=1504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}