Hi,
Is there any way to set an image as background of a gauge?
Thank you!
Ishan.
Gauge background image
Re: Gauge background image
Hi Ishan,
What version are you using, SWT, Swing, Android or BlackBerry?
This works fine for me in SWT:
What version are you using, SWT, Swing, Android or BlackBerry?
This works fine for me in SWT:
Code: Select all
CircularGauge circ1 = new CircularGauge(tChart1.getChart());
circ1.getFaceBrush().getGradient().setVisible(false);
circ1.getFaceBrush().loadImage("C:\\tmp\\flower.jpg");
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Gauge background image
It works perfectly!
Thank you!
Ishan.
Thank you!
Ishan.