|
| Purpose | Activates/deactivates the zoom mode. |
| Parameter | |
| nMode Long (Zoom mode constant |
RMC_ZOOM_DISABLE disables the zoom mode, RMC_ZOOM_INTERNAL displays the zoomed area
in the same chart control (=overrides the unzoomed chart), RMC_ZOOM_EXTERNAL expects that the zoomed area
gets displayed in a second chart control. |
| nBGColor Long (RMC_Colors constant or any RGB value) |
Color of the zoom rectangle. If omitted or 0: no color is used, the rectangle will only be outlined. |
| nLineColor Long (RMC_Colors constant or any RGB value) |
Color for the rectangle's border. If omitted or 0: if parameter nBGColor is omitted or 0, Blue, otherwise no outline gets painted. |
| nTransparency (Long) |
Transparency of the rectangle, from 1 (totally transparent) to 255 (opaque). If omitted or 0: 100. |
| Return value | - |
| Remarks | Please read Zoom and Magnifier for more informations. |
| Example | See Zoom internal and Zoom external in the VB Demo Project. |