| Version |
Date |
Type |
Description |
|
| 1.3.1.6 |
May 8, 2009 |
Enhancements |
(none) |
| Fixes |
Fix made to check license key during design mode
only. Addresses issue of distributing XYChartNET on a Windows
Vista machine for low level user accounts (Eg. Guest accounts). |
| Fix made in Profile class so that the X &
Y Scale upper bound variables are not shared across controls.
Addresses issue of multiple charts on the same form, and when
the Profile property of one chart is changed, it also affected
the other charts on the form. |
|
| 1.3.1.5 |
Sep 22, 2008 |
Enhancements |
(none) |
| Fixes |
Fixed the error message generated in the IDE
when XYChartNET is inherited. |
| Fix made in MouseUp event handler to only allow
an intermediate zoom-out during a right-mouse click within the
Plot area. |
|
| 1.3.1.3 |
May 26, 2008 |
Enhancements |
Added Horizontal and Vertical Bar charts (Pro
version only) more » |
| Added Profile Fill (Pro
version only), offering powerful charts that elegantly
contrast data. Color fill control includes alpha channel support
for varying transparency from solid to completely transparent.
more » |
| Hatching more » |
| Added DrawGridLines event, which is raised before
the grid lines are drawn. |
| Added DrawProfile(index) event, which is raised
before each profile is drawn, allowing developers to layer their
own graphic objects anywhere on the chart at any layer |
| Added DrawProfilesDone event, which is raised
after all profiles are drawn. |
| Added Force Zero display property for each scale |
| Added ability to move crosshairs using the CTRL
and Up, Down, Left and Right cursor keys |
| Added new property, DisplayErrorMsg, to the LogEvent
Class, which provides the option to competely surpress the error
message box from displaying any internal chart errors. |
| Increased the allowed number of characters for
profile and scale labels from 20 to 100 |
| Allow up to 2 lines of text for the x-scale label
(as is already the case with the y-scale labels) |
| Added new property, DisplayErrorMsg, to the LogEvent
class allowing developers to enable/disable the pop-up of error
messages; the default setting for this property is True. |
| Added Get/Set profile x/y data seperately (via
1-dim array) using new properties ProfileXData and ProfileYData. |
| Added SaveChartDataToClipboard method, allowing
the copying of the chart data values directly to the clipboard.
New properties (ExportDataDelimiter and ExportDataDestination)
created in ToolbarButton class. |
| New property, ExportDataVisibleProfilesOnly,
created in ToolbarButton class, providing the option to include
only visible profile data when exporting the chart data to file
or Clipboard. |
| SaveChartDataToFile method: Optional parameter
added allowing the option to specify the delimiter (default
delimiter is TAB); Additional optional parameter added allowing
option to include only visible profile data when chart data
is exported (default is FALSE). |
| SaveChartDataToClipboard method: Optional parameter
added allowing the option to specify the delimiter (default
delimiter is TAB); Additional optional parameter added allowing
option to include only visible profile data when chart data
is exported (default is FALSE). |
| Fixes |
If YScaleWidth is set manually, the profile
values in the legend are sometimes cut-off |
| The YScale crosshairs label sometimes cuts off
a portion of its text. |
| Bug highlighted in the StairModeAndCustomLabel
sample project. Occurs when ScaleInterval is set for X and/or
Y scale and the user zooms in deep. The grid line and corresponding
tick are not always displayed. |
|
| 1.2.1.0 |
Aug 3, 2006 |
Enhancements |
Updated help file
with C++ and C# sample code |
| Fixes |
(none) |
|
| 1.1.1.4 |
Jun 30, 2006 |
n/a |
Initial release |