New features in version 3.10(December 2005)

  • New chart type for bar series: RMC_FLOATINGBAR and RMC_FLOATINGBARGROUP. These bars don't start necessarily at the origin of the data axis, but can have their own starting point.
  • New chart type for line series: RMC_AREA_STACKED and RMC_AREA_STACKED100. Stacked areas are only available with the 2D stlye RMC_AREA_FLAT (and the equivalent gradient versions).
  • All 2D areas are available now both horizontal and vertical aligned.
  • The data axis can now have string labels instead of numeric labels.
  • The axes in XY series can now have string labels instead of numeric labels.
  • New label alignment RMC_TEXTDOWNWARD, RMC_TEXTUPWARD for the labels of horizontal aligned label axes and data axes in grid based series and the X-axes in XY series.
  • Additional styles for Line series: RMC_LSTYLE_LINE_AREA, RMC_LSTYLE_SPLINE_AREA, and RMC_LSTYLE_STAIR_AREA, which draw the line/spline/stair combined with a transparent area below.
  • New option for the grid of grid based series: the rows/columns of data and/or label axes can have a bicolor mode, which can be used instaed of (or additional with) the grid lines.
  • New option for value labels: with the new constants RMC_VLABEL_DEFAULT_NOZERO, RMC_VLABEL_PERCENT_NOZERO, RMC_VLABEL_ABSOLUTE_NOZERO and RMC_VLABEL_TWIN_NOZERO you can disable the painting of value labels for zero values (which can be useful e.g. for stacked bars or areas).
  • New option for 2D Pies and Donuts: the start angle for the first slice can be defined in degrees from 0 (which is the default) to 359.