android - MPAndroidChart - How to add Annotations or images to the chart -


i working latest mpandroidchart library , looking way add annotations or images clickable.

example: once data reaches value event occurs want able display user - there multiple events can occur annotations (not sure if right word) or image added @ point in chart.

any pointers welcome.

check documentation of yaxis.

focus on setspacetop(...) , setaxismaxvalue(...) methods.

for background: bar-shadow, disable calling:

barchart.setdrawbarshadow(false)

or change color:

bardataset.setbarshadowcolor(int color)


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -