Graph goes out of view when margin color set to transparent in AchartEngine
问题 I am trying to match the line chart background with the whole layout bg. so i tried following to set the background of chart. It matched with the bg but when i dragged the graph it goes out of view. mRenderer.setMarginsColor(Color.argb(0x00, 0xff, 0x00, 0x00)); Here is the screenshot: If needed further information, let me know. Please help guys. Here is the code XYMultipleSeriesDataset mDataset = new XYMultipleSeriesDataset(); XYSeries mSeries = new XYSeries("Weight"); for (int i = 0; i <