Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Scatter Chart - Chart grid lines needs to be removed.

$
0
0
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

Attached Images
File Type: png ScatterChart2.png (12.7 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles