Search code examples
iosipadcore-graphicscore-plot

Bubble chart , scatter chart ,candlestick chart using core plot


One my ipad project needs to have 8 kinds graph and chart which include 3 variables bubble chart,scatter chart , candlestick chart etc.A quick search gave me result as a core plot which is currently the most used solution for graph and chart in ios.But when i went in there page i didn't see any kind bubble chart or scatter chart implementation. My Question is..

  • Is it possible to draw 3 variable bubble chart,scatter chart or candlestick chart in coreplot??or i need to draw the whole graph using core graphics?

Thanks in advance


Solution

  • Core Plot natively supports scatter plots and candlestick charts. You can make a bubble chart easily by using custom plot symbols for a scatter plot and varying the size of the plot symbols to represent the third variable.