- Fixed: GPF when printing or saving a chart as bitmap, which has a custom text object without a surrounding box.
- New: If parameter/property nDecimalDigits of a data axis is set to -1, formatting of the value labels will be in scientific notation.
- New: Floating bars can have now individual colors for each bar.
- New: Style RMC_FAST_LINE for line series. It's a flat line, which is highly recommended to use
(instead of RMC_FLAT_LINE) if you have a huge number of data points to draw. With this style drawing of 100.000
data points takes less than 0.5 seconds.
- DLL: New function RMC_Zoom(), which enables the zoom mode.
See also Zoom and Magnifier.
- DLL: New function RMC_Magnifier(), which enables the magnifier mode.
See also Zoom and Magnifier.
- DLL: New function RMC_SetSeriesDataRange(), which sets the range within the data block of a series.
- DLL: New function RMC_SetLAXLabelsFile(), which sets the file like *.csv, from where the labels of a label axis will be read.
- DLL: New function RMC_SetLAXLabelsRange(), which sets the range within the label block of a label axis.
- OCX: New method control.Zoom(), which enables the zoom mode.
See also Zoom and Magnifier.
- OCX: New method control.Magnifier(), which enables the magnifier mode.
See also Zoom and Magnifier.
- OCX: New functions control.GetHighPart()
and control.GetLowPart(), which return the high-order/low-order part of an 8-byte value.
- OCX: New function .GetColoumnIndex() for BarSeries, LineSeries and HighLowSeries,
which returns the index of the column on the label axis for a given data point.
- OCX: New property .DataFirstIndex for any series,
which sets/gets the index of the first data point within the data block.
- OCX: New property .DataLastIndex for any series,
which sets/gets the index of the last data point within the data block.
- OCX: New property .LabelFirstIndex,
which sets/gets the index of the first label within the labels block of a label axis.
- OCX: New property .LabelLastIndex,
which sets/gets the index of the last label within the labels block of a label axis.
- OCX: RMChart is now "safe for scripting", which means, that
it can be used with ASP as a chart control on your web site. I also added code generation for ASP in
the Designer.
|