android - How to draw squares instead of circles in MPAndroidChart? -


how can draw square instead of circle on linechart in mpandroidchart?

linechart supports circles.

but solution combine line- , scatterchart in combinedchart.

  • use scatterchart draw squares
  • use linechart without circles draw lines

example of combinedchart here.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -