I want to know is it possible to set background like this in MP chart library's Line chart like this, only in the graph area:
I tried
lineChart.background = ContextCompat.getDrawable(requireContext() , R.drawable.ic_graph)
but it applied background to the whole linechart with axis and everything.