ZEN Gradient color bar with values
Is there a way of coding in ZEN for the graphic below for ZEN PDF reports?
.png)
Product version: Caché 2018.1
Discussion (4)2
Comments
To get the gradient, you could assign a background image to a <container>.
Marc,
I'm trying to use
Do you know of a widget that can be applied to ZEN PDF reports.
I'm not aware of third-party widgets for ZEN Reports -- maybe someone else knows more.
Something else you could explore is generating SVG code to draw the graphic and output the SVG directly into an xsl-fo element using Zen Reports' <write>.
Marc,
Could you give me an example please.