Display bitmap size

You might want to create some graphics in the size that they are provided with in the MV.

Otherwise, they might be scaled down too much and appear illegible, e.g., when displaying Minitab query charts.

Therefore, you can display the size (width x height) in pixels as a tooltip for MVs with the view type BITMAP.

Enable tooltip mode:

mv1.init("mvParent1", "minitab/Umsatzanalyse.png", "FILE", "BITMAP", "100%", "260", [], null, null, true);

To display the image size information in the form of a tooltip, place the mouse pointer over the relevant image and press the Ctrl key.