Using swift and core plot, does anyone know how I can draw bar charts that display the y-axis data horizontally rather than vertically?
Thanks
Using swift and core plot, does anyone know how I can draw bar charts that display the y-axis data horizontally rather than vertically?
Thanks
Hi @jamescal,
have you tried to think of your axises as transposed? that is swap the x with the y, so your chart will now look horizontal than vertical.
cheers,