Home > Enterprise >  Can I show all the markers using iOS charts?
Can I show all the markers using iOS charts?

Time:11-09

Can I show all the markers without clicking on a bar?

currently, I need to tap on any of the bar and it'll only show the one that is clicked. I'm trying to add a marker on each of the green bar and showing all without any bar being clicked. Is it possible?

Edit: Below is my code changed from the github demo code (enter image description here

CodePudding user response:

Yes, You can show all marker on bar. put marker code with bar drawing code.

  • Related