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
scatterchartdraw squares - use
linechartwithout circles draw lines
example of combinedchart here.
Comments
Post a Comment