MPAndroidChart - is it possible to control z-index of the chart elements?
问题 I would like to have the following order of drawing in my MPAndroidChart (from bottom to top): Data connecting line Limit line Data points Is it possible? I am aware of the method com.github.mikephil.charting.components.AxisBase#setDrawLimitLinesBehindData . It is working as expected except for one case. When the Y value of all data points is the same, the effect is: or this: I would like it to look like: The first 2 pictures are from MPAndroidChart Android library. The 3rd one is from iOS