Exporting

From Documentation
Revision as of 08:24, 8 December 2017 by Hawk (talk | contribs) (→‎Size)

Exported Images

Size

The exported image size in pixel is calculated by:

chart width * scale = exported width

chart height * scale = exported height

If you do not specify a chart's width and height, ZK Charts exports with the default size:

  • width, 600 pixels
  • height, 400 pixels

Because of the default scale is 2, the exported image will be 1200 pixels (width) * 800 pixels (height).


If you specify width/height or (hfle/vflex), e.g.