I have one Bar Plot. This bar graph has ten bars but I just want to present the caption of only first 3 bars.
I even tried adding in an NSArray assistant the first three plot but without success.
Some help? idea? criticizes?
Thanks
I have one Bar Plot. This bar graph has ten bars but I just want to present the caption of only first 3 bars.
I even tried adding in an NSArray assistant the first three plot but without success.
Some help? idea? criticizes?
Thanks
Copyright © 2021 Jogjafile Inc.
Implement one of the following methods in your datasource:
Return a title for the bar index if you want it to appear in the legend or
nil
to exclude that bar from the legend.