Mpchart specific Xlabel custom color mpchart의 특정 x라벨의 색을 커스텀하는 방법에 대해 알아보겠습니다. ColoredLabelXAxisRenderer 클래스를 새로 만들어줍니다. package "yourPackageName"; import android.graphics.Canvas; import com.github.mikephil.charting.components.XAxis; import com.github.mikephil.charting.renderer.XAxisRenderer; import com.github.mikephil.charting.utils.MPPointF; import com.github.mikephil.charting.utils.Transforme..