|
By Darius P, on 2 January 2012
Fix. Chart printing issue fixed. This is a minor fix to existing 2.11 version.
By Darius P, on 28 September 2011
- Removed toolbar-related images in order to reduce lib size
- Added inverted axis range capability
By Darius P, on 1 August 2011
- API for Chart toolbar control
- Migration guide from 1.x to 2.x
- Charts localization guide
- Markers style can now be set through a chart metadata
- Additional background coloring options for 3D charts - image, colored, gradient fill
- 2D charts anti-aliased rendering fix
- 3D charts faces ordering fix
- 3D charts rendering speed improvement
By Darius P, on 27 April 2011
New. Dashboards framework extension.
New.Touch-interactive charts.
Fix.Markers redraw issue.
Fix.Style loader issue.
Fix.Selection on a toolbar issue.
By Darius P, on 26 April 2011
ASP.NET support. Chart can now be used directly in ASP.NET projects for Web.
Better design-time support. Create and configure every detail of chart and inner objects in design time without writing code.
Smaller footprint. Removed license manager and licensing components. no need to fiddle with license files, just download and add dll files to your projects.
By Darius P, on 26 November 2010
By Kristina, on 7 November 2010
MonarchCharts 2.9.0 updates -
New Sales dashboard sample using real data from database.
Sales dashboard sample.
- New feature: Word wrapping for axis labels.
Word wrapping on labels.
- Updated data binding: can bind table column to data model column.
- Updated images chart saving: PNG encoder uses java built-in functions
By Kristina, on 29 June 2010
MonarchCharts 2.8.0 updates
By Darius, on 28 May 2010
Version 2.7.0 updatesNew Features- Range breaks - use RangeBreak in axis when you want to show values that differ in orders of magnitude like units and thousands - RangeBreak will detect and skip the Y axis portion where no data values are present so that your unit values are still readable.
Axis range break.
- Axis labels can be grouped - useful when adding categories to your data values.
 Axis label groups
- Rotated pie labels. When outside labels for pie are not possible, even though I recommend them as they are the most informative, you can use inside labels option. Rotated labels provide the best fit inside pie segments. Use pie charts with caution - they are not the best way to visualize more than 10 values.
 Rotated Pie labels
- SPC line plot chart. This is a Statistical Process Control specific chart, which is a part of our MonarchCharts SPC extension for manufacturing quality control.
SPC Line Plot As usual - samples and documentation were updated to reflect recent changes.
By Darius, on 3 April 2010
Version 2.6.0 updates- Zoom/Scroll bar control - now you can use MonarchCharts scroll bar for zooming in and out.
Scroll/Zoom control for 2D charts.- Anti-aliased 3D charts - anti-aliasing produces great results when used with small charts.

Anti-aliasing on and off.
- Mixed 2D and 3D charts in the same ViewGrid - now making impressive charts is easier then ever!
2D and 3D chart combinations.- New samples with full source code in ChartsDemo, illustrating the features above.
By Kristina, on 9 March 2010
New Features for 3D PIE series- Auto labels layouter.The labels will be positioned automatic:
Outside: if labels text too large for slice Inside: if labels text fit to slice. pie.setLabelLayouter(Pie3DLabelsLayouters.LABELS_AUTO);- Alternative color for labels font.
Added additional style tag for label font (ALTERNATIVE_COLOR). The initial color will be used then pie labels are inside, alternative color then outside.
Auto positioned labels and alternative color for Pie 3D labels.
By Kristina, on 4 March 2010
Support request initiated release
Label layouter fix Problem was : The Labels connection
lines were rendered incorrectly: the line ended at the top of label rectangle. It was a problem, when label rectangle was not rendered. After solving problem: The labels connection lines are drawn at the bottom of label rectangle.
By Kristina, on 21 January 2010
Labels position settings fix for 2D BarSeries.The labels can be positioned : - inside the bar;
- outside the bar;
Label position on BarSeries Label position outside BarSeries
By Kristina, on 8 January 2010
New Radar - Polar series for 2D releasedA Radar chart is a graphical method of displaying multivariate data in
the form of 2D chart of three or more quantitative
variables represented on axes starting from the same point. A Polar Chart is a circular graph on which data is displayed in terms of values and angles (radians).
Polar series Radar series
By Kristina, on 31 December 2009
New updates : - label marker alignment.
- cylinder shape for 3D Bar Series.
 Cylinder 3D Bars Label markers alignments example
By Kristina, on 11 December 2009
New Feature for 2D charts style editing - ToolbarControl. The ToolbarControl allows you to easily change chart appearance directly in your application, without coding: - change text font style, font size,color;
- change chart elements foreground and background colors;
- save changes to stylesheet files;
- load changes from saved stylesheet files;
By Darius P, on 24 November 2009
Support request initiated release Stacked axis fix for BarSeries. Fixed was an issue with stacked BarSeries using horizontal bar orientation.
|