I have two plots (overlaid with clear color background) which are updated every second while my app is running. I want the graph to autoresize when being updated. My question is: Is there a function for core-plot like the Autoresize of an UILabel (like when the content string is too long it shrinks the font size that everything is readable)? Or do I have to do it manually? Thank you
I have two plots (overlaid with clear color background) which are updated every second
Share
The plot space has method called
-scaleToFitPlots:that will adjust the plot space to fit the data for all of the provided plots. For example, to scale the default plot space to fit all of the plots associated with a graph, use this statement: