We are using SmartClient Version: SNAPSHOT_v9.0d_2013-04-04/PowerEdition Deployment (built 2013-04-04).
In scatter chart, we want the grid lines to be removed and chart should have a plain white background.
We have taken an example from the showcase (http://www.smartclient.com/smartgwte...erPlotCharting) and added the following lines of code and as a result of that we are getting the chart as shown in the attached screenshot. It removes the Y axis line and shows broken X axis.
DrawLine drawLine = new DrawLine();
drawLine.setLineColor("WHITE");
setGradationLineProperties(drawLine);
Please let me know, how to get the desired outcome.
Thanks
Madanji
In scatter chart, we want the grid lines to be removed and chart should have a plain white background.
We have taken an example from the showcase (http://www.smartclient.com/smartgwte...erPlotCharting) and added the following lines of code and as a result of that we are getting the chart as shown in the attached screenshot. It removes the Y axis line and shows broken X axis.
DrawLine drawLine = new DrawLine();
drawLine.setLineColor("WHITE");
setGradationLineProperties(drawLine);
Please let me know, how to get the desired outcome.
Thanks
Madanji