MindFusion.Charting for WinForms 4.0 released
Released: Apr 6, 2016
Updates in this release
Updates in 4.0
- New Data Model - Data is now read through an interface called Series, whose instances can be assigned to the Series properties of a chart. The library includes several pre-defined Series classes that let you specify data via IList or array objects. For example, BarSeries lets you specify lists of values, inner labels and top labels, and PointSeries lets you specify data as a list of points.
- New Rendering Model - Chart graphics are now drawn inside plot components using SeriesRenderer derived objects. Each plot can contain multiple SeriesRenderers from the same or different types. For example, you can draw area, line and bar graphics in same plot.
- Dashboard - The new Dashboard control can contain multiple plots, axes, legends, images, gauges and text blocks arranged in dynamic layouts.
- Print and Export - The Dashboard control and Chart controls now expose Print and PrintPreview methods for printing on paper. You can also generate a bitmap image of the dashboard or export to a PDF (Portable Document Format) or SVG (Scalable Vector Graphics) file.