Custom view of Limit Line in MPAndroidChart
问题 Is it possible to replace LimitLine with custom layout? So it looks something like this: I see few solutions for that: Perhaps there're methods inside library for customizations like this, are there any? Get coordinates of TextView where the value is stored and add custom layout on that place. But how can I reach this TextView ? Perhaps someone faced that problem. Please share your experience. EDIT: latest partial solution After long searching of solution I came up to adding custom view