PhilJay / MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
Other
37.58k stars 9.01k forks source link

Scatter Shapes and Legend Shapes #3771

Open tgvoskuilen opened 6 years ago

tgvoskuilen commented 6 years ago

I can set up a scatter chart with multiple shaped markers (square, circle, triangle, cross, X, chevron up, and chevron down) but the only legend form options are square and circle. How can I set a custom LegendEntry with these additional shapes?

ankitgoyal1009 commented 6 years ago

I don't think that is possible, right now only circle and square is supported. You can use your own TextView/ImageView for this purpose.