Gauge background image
Posted: Fri Jul 19, 2013 10:25 am
Hi,
Is there any way to set an image as background of a gauge?
Thank you!
Ishan.
Is there any way to set an image as background of a gauge?
Thank you!
Ishan.
Steema Software - Customer Support Forums
http://493266.hkjq7.group/support/
http://493266.hkjq7.group/support/viewtopic.php?f=10&t=14213
Code: Select all
CircularGauge circ1 = new CircularGauge(tChart1.getChart());
circ1.getFaceBrush().getGradient().setVisible(false);
circ1.getFaceBrush().loadImage("C:\\tmp\\flower.jpg");