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

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -